summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/for-range-temporaries.cpp
AgeCommit message (Expand)Author
2012-01-31Extend for-range temporary cleanups codegen test to catch the bug which EliRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-04PR10506: Extend test for temporary cleanups in range-based for loop to cover ...Richard Smith
2011-04-15Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ...Richard Smith
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith