summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/for-range.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith2012-10-201-1/+1
| | | | | | | | | initialized by a reference constant expression. Our odr-use modeling still needs work here: we don't yet implement the 'set of potential results of an expression' DR. llvm-svn: 166361
* DR1442: In a range-based for statement, namespace 'std' is not an associatedRichard Smith2012-10-181-6/+4
| | | | | | namespace. llvm-svn: 166194
* 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