aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/for-range-no-std.cpp
AgeCommit message (Expand)Author
2012-08-21Better diagnostics for range-based for loops with bad range types.Sam Panzer
2011-12-20Fix tentative parsing so it knows how to handle an ambiguous for-range-declar...Eli Friedman
2011-10-18Switch to the C++11 warning flags in tests. David Blaikie
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-06Advertise support for cxx_range_for as an extension in C++98 mode. Patch by J...Richard Smith
2011-04-14Add support for C++0x's range-based for loops, as specified by the C++11 draf...Richard Smith