summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/for-range-temporaries.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend for-range temporary cleanups codegen test to catch the bug which EliRichard Smith2012-01-311-0/+7
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-3/+3
* PR10506: Extend test for temporary cleanups in range-based for loop to cover ...Richard Smith2011-09-041-1/+9
* Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ...Richard Smith2011-04-151-2/+2
* Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith2011-04-141-0/+131