1. 5b912d9 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 15 years ago
  2. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 15 years ago
  3. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 15 years ago
  4. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 15 years ago
  5. 8ac3af9 when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 15 years ago
  6. 9a7e556 make unknown warnings a warning, not an error. by Chris Lattner · 15 years ago
  7. c83b60d add support for -Wextra and -W by Chris Lattner · 15 years ago
  8. d7492c4 use tablgen-generated warning groups. by Chris Lattner · 15 years ago
  9. af00883 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 15 years ago
  10. 9dbbdbf rename variable in comment, not just in code :). by Chris Lattner · 15 years ago
  11. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 15 years ago
  12. e9e0cc7 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 15 years ago
  13. 6280dbc clean up error messages. by Chris Lattner · 15 years ago
  14. 1d13a5d Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 15 years ago
  15. 5147e8e refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 15 years ago
  16. 7eba5c9 add support for -W[no-]extra-tokens by Chris Lattner · 15 years ago
  17. 3c304bd add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 15 years ago
  18. d613c3d add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 15 years ago
  19. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 15 years ago
  20. 17f689f Add support for -Wdeprecated-declarations. by Steve Naroff · 15 years ago
  21. 757e0dd Implement -Wno-pointer-sign. by Eli Friedman · 15 years ago
  22. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago[Renamed from Driver/Warnings.cpp]
  23. 525c4b0 Allow notes to be printed following a fatal error, then suppress any by Douglas Gregor · 15 years ago
  24. db7bc58 implement -Wsystem-headers, eliminating the wierd thing I added for testing. by Chris Lattner · 15 years ago
  25. c5613db Improve error messages on bad warning options. by Sebastian Redl · 15 years ago
  26. 63a9e0f Implement the machinery that can process TableGenerated warning options. by Sebastian Redl · 15 years ago