David Blaikie
|
cc5f8f0d9e
|
Switch to the C++11 warning flags in tests.
Patch by Ahmed Charles!
llvm-svn: 142340
|
2011-10-18 05:54:07 +00:00 |
Richard Smith
|
9ca5c42582
|
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles!
llvm-svn: 141900
|
2011-10-13 22:29:44 +00:00 |
Richard Smith
|
a8a5c402bb
|
Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas!
Also provide a modicum of test coverage for ranged for in C++98.
llvm-svn: 139149
|
2011-09-06 18:03:41 +00:00 |
Richard Smith
|
02e85f3bc5
|
Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291).
llvm-svn: 129541
|
2011-04-14 22:09:26 +00:00 |