Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
7bdcc4a9da8ccbafb15872083f551366cdaf3b51
/
clang
/
test
/
SemaCXX
/
for-range-no-std.cpp
0ffc31c
Fix tentative parsing so it knows how to handle an ambiguous for-range-declaration. PR11601.
by Eli Friedman
· 14 years ago
cc5f8f0
Switch to the C++11 warning flags in tests. Patch by Ahmed Charles!
by David Blaikie
· 14 years ago
9ca5c42
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 14 years ago
a8a5c40
Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas!
by Richard Smith
· 14 years ago
02e85f3
Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291).
by Richard Smith
· 15 years ago