summaryrefslogtreecommitdiffstats
path: root/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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149450 91177308-0d34-0410-b5e6-96231b3b80d8
* 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! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8
* PR10506: Extend test for temporary cleanups in range-based for loop to cover ↵Richard Smith2011-09-041-1/+9
| | | | | | the dependent case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139109 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129562 91177308-0d34-0410-b5e6-96231b3b80d8
* 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). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129541 91177308-0d34-0410-b5e6-96231b3b80d8