summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/for-range.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-4/+4
| | | | llvm-svn: 134831
* Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ↵Richard Smith2011-04-151-1/+1
| | | | | | 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/+128
draft standard (N3291). llvm-svn: 129541
OpenPOWER on IntegriCloud