summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/for-range-temporaries.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Extend for-range temporary cleanups codegen test to catch the bug which EliRichard Smith2012-01-311-0/+7
| | | | | | fixed in r149440. llvm-svn: 149450
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-3/+3
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* PR10506: Extend test for temporary cleanups in range-based for loop to cover ↵Richard Smith2011-09-041-1/+9
| | | | | | the dependent case. llvm-svn: 139109
* Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ↵Richard Smith2011-04-151-2/+2
| | | | | | labels there are numbered, not named, and numbered labels are formatted differently. llvm-svn: 129562
* Add support for C++0x's range-based for loops, as specified by the C++11 ↵Richard Smith2011-04-141-0/+131
draft standard (N3291). llvm-svn: 129541
OpenPOWER on IntegriCloud