Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c29db84419592e98e71a08d1a9fb04a3d6b51a0c
/
clang
/
test
/
CXX
/
class
/
class.friend
/
p6.cpp
f2c9afc
C++11: don't warn about the deprecated 'register' keyword if it's combined with
by Richard Smith
· 12 years ago
8ca78a1
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
by Richard Smith
· 12 years ago
b4a9e86
Parsing support for thread_local and _Thread_local. We give them the same
by Richard Smith
· 13 years ago
ab6bc1d
Make the -Wc++11-compat warnings ignored by default, so we don't break
by Douglas Gregor
· 14 years ago
205d044
Switch diagnostic text from "C++0x" over to "C++11".
by Douglas Gregor
· 14 years ago
58c7433
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
· 14 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
07e91c0
First pass at friend semantics.
by John McCall
· 16 years ago