Sign in
llvm
/
llvm-project
/
98dbcff19cfedb4e27d267310a76d616cd435447
/
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
· 12 years ago
4d55f5a
Don't warn about the 'extern' in 'extern "C"' on a tag decl. This is
by John McCall
· 14 years ago
fceea36
When checking whether to diagnose an initialized "extern" variable,
by Douglas Gregor
· 15 years ago
f4cd8f4
Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const.
by Douglas Gregor
· 15 years ago
c81ca09
Disable the "'extern' variable has an initializer" warning in C++,
by Douglas Gregor
· 15 years ago