1. 3cb8022 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 12 years ago
  2. 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
  3. 4d55f5a Don't warn about the 'extern' in 'extern "C"' on a tag decl. This is by John McCall · 14 years ago
  4. fceea36 When checking whether to diagnose an initialized "extern" variable, by Douglas Gregor · 15 years ago
  5. f4cd8f4 Only suppress the "extern variable has an initializer" warning when the extern entity being initialized is const. by Douglas Gregor · 15 years ago
  6. c81ca09 Disable the "'extern' variable has an initializer" warning in C++, by Douglas Gregor · 15 years ago