aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/for-range-examples.cpp
AgeCommit message (Expand)Author
2012-09-19Fix test better way.Fariborz Jahanian
2012-09-18c: warn when an integer value comparison with anFariborz Jahanian
2012-02-21Don't assume that a valid expression for the first part of a for-statementRichard Smith
2012-01-31A couple minor fixes to template instantiation for for-range loops.Eli Friedman
2012-01-27Be sure to emit delayed diagnostics after parsing the declarationJohn McCall
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith