1. 244ee7b Pedantic diagnostic correction: in C++, we have integral constant expressions, by Richard Smith · 13 years ago
  2. cb7709c PR10828: Produce a warning when a no-arguments function is declared in block by Richard Smith · 13 years ago
  3. d7c56e1 Change the diagnostics which said 'accepted as an extension' to instead say by Richard Smith · 13 years ago
  4. d7f02c6 Let the KNR promotion warning be disabled. by Roman Divacky · 13 years ago
  5. 80d39bf Add a warning flag for ext_embedded_directive. gcc considers this undefined by Richard Smith · 13 years ago
  6. 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
  7. 2cbe84d Place "use @dynamic or provide a method implementation" warnings under a -W flag. by Ted Kremenek · 13 years ago
  8. 0b69d13 Remove one group'ed warning. by Fariborz Jahanian · 13 years ago
  9. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  10. cc1af78 Place 'argument unused during compilation' under a -W flag. Fixes <rdar://problem/10403653>. by Ted Kremenek · 13 years ago
  11. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  12. 66d5ce1 Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! by Ted Kremenek · 13 years ago
  13. d5951cb Add flags for the remaining shift related warnings by Joerg Sonnenberger · 13 years ago
  14. e1e7862 Place diagnostic group ext_typecheck_decl_incomplete_type under a -W flag. by Ted Kremenek · 13 years ago
  15. 08f35a7 Add -Wlanguage-extension-token option for ext_token_used warning. by Ivan Krasin · 13 years ago
  16. 06d92bf Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://problem/10230631>. by Ted Kremenek · 13 years ago
  17. d649c57 Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://problem/10230626>. by Ted Kremenek · 13 years ago
  18. 3b8b00b Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://problem/10226192>. by Ted Kremenek · 13 years ago
  19. 2a1a89e Revert r141060. We should NEVER add new warnings that aren't guarded by flag. by Ted Kremenek · 13 years ago
  20. 55d78d2 Update testcase for r141053+r141055. by Chad Rosier · 13 years ago
  21. 35f37cd Add a warning group for warnings about using C1X features as extensions by Peter Collingbourne · 13 years ago
  22. 4f16342 Add DiagGroups to a couple of warnings. by Matt Beaumont-Gay · 13 years ago
  23. d010982 Place diagnostic warn_ivar_use_hidden under the flag -Wshadow-ivar. by Ted Kremenek · 13 years ago
  24. 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
  25. e082af1 Switch the "no module found" default-fatal warning to a default-fatal error. by Douglas Gregor · 13 years ago
  26. f84139a Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) by Eli Friedman · 13 years ago
  27. 6aa52ec Introduce support for a simple module import declaration, which by Douglas Gregor · 13 years ago
  28. 579a052 Fix this test which had encoded the typo fixed in r137814. by Chandler Carruth · 13 years ago
  29. 261f5b4 Place err_cfstring_literal_not_string_constant and warn_cfstring_truncated under "-WCFString" flag. by Ted Kremenek · 13 years ago
  30. 42cd50c Place diagnostic warn_stringcompare under the "-Wstring-compare" flag. by Ted Kremenek · 13 years ago
  31. 9d9eef9 Place warnings related to incorrect "main()" declaration under "-Wmain". by Ted Kremenek · 13 years ago
  32. 8ed7253 Add -Wtypename-missing flag for diagnostic warn_typename_missing. by Ted Kremenek · 13 years ago
  33. 8425126 Add diagtool-based test where we enforce that no additional warnings can be added to Clang without a -W flag. by Ted Kremenek · 13 years ago