Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c2a50d49e58bfec24ca4a9072bcbefda31830b96
/
test
/
SemaCXX
/
auto-cxx0x.cpp
762bb9d
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
by Richard Smith
· 13 years ago
b3df138
Switch diagnostic text from "C++0x" over to "C++11".
by Douglas Gregor
· 13 years ago
8f4fb19
PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-range and auto with an ExtWarn, and produce a -Wc++0x-compat warning in C++98 mode when auto is used as a storage class.
by Richard Smith
· 13 years ago
12e3ece
Provide Fixit warning when 'auto' is intended as storage
by Fariborz Jahanian
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
3591b1a
Fix a test.
by Anders Carlsson
· 16 years ago
e89d159
Implement enough of the 'auto' keyword so we can claim to support N2546.
by Anders Carlsson
· 16 years ago