Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b45b4814f6ea5b5a3a120f45793cc44c12bac974
/
clang
/
test
/
SemaCXX
/
storage-class.cpp
3cb8022
Added warning on structures/unions that are empty or contain only
by Serge Pavlov
· 12 years ago
b1402ae
Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations.
by Richard Smith
· 13 years ago
4d55f5a
Don't warn about the 'extern' in 'extern "C"' on a tag decl. This is
by John McCall
· 15 years ago
fceea36
When checking whether to diagnose an initialized "extern" variable,
by Douglas Gregor
· 16 years ago
f4cd8f4
Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const.
by Douglas Gregor
· 16 years ago
c81ca09
Disable the "'extern' variable has an initializer" warning in C++,
by Douglas Gregor
· 16 years ago