summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/for-range-examples.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A couple minor fixes to template instantiation for for-range loops.Eli Friedman2012-01-311-0/+11
| | | | llvm-svn: 149440
* Be sure to emit delayed diagnostics after parsing the declarationJohn McCall2012-01-271-0/+10
| | | | | | of a for-range variable. Fixes PR11793. llvm-svn: 149109
* 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
* Add support for C++0x's range-based for loops, as specified by the C++11 ↵Richard Smith2011-04-141-0/+150
draft standard (N3291). llvm-svn: 129541
OpenPOWER on IntegriCloud