Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
500feeb6d5e1dee4274e26a60d4e39c95176d6ca
/
test
/
SemaCXX
/
for-range-examples.cpp
ef4579c
Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention...
by Larisse Voufo
· 11 years ago
4d09f59
Fix test better way.
by Fariborz Jahanian
· 12 years ago
15a9356
c: warn when an integer value comparison with an
by Fariborz Jahanian
· 12 years ago
e38fa18
Don't assume that a valid expression for the first part of a for-statement
by Richard Smith
· 13 years ago
c6c14e5
A couple minor fixes to template instantiation for for-range loops.
by Eli Friedman
· 13 years ago
6895a64
Be sure to emit delayed diagnostics after parsing the declaration
by John McCall
· 13 years ago
762bb9d
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 13 years ago
ad762fc
Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291).
by Richard Smith
· 14 years ago