- 16b7b6f Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp by Eli Friedman · 17 years ago[Renamed (98%) from clang/tools/clang-cc/Warnings.cpp]
- 42279c0 Move the warning options from Warnings.cpp to clang-cc.cpp. by Eli Friedman · 17 years ago
- c6fafed move group twiddling options into Diagnostic.cpp instead of by Chris Lattner · 17 years ago
- ddddff4 Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=foo by Chris Lattner · 17 years ago
- 22cb818 implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 17 years ago
- b8e7315 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 17 years ago
- f9150ba arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 17 years ago
- e82c3cc when tblgen fills in all the subgroup info, clang is ready for it. by Chris Lattner · 17 years ago
- 3fd869c make unknown warnings a warning, not an error. by Chris Lattner · 17 years ago
- 7836eef add support for -Wextra and -W by Chris Lattner · 17 years ago
- 680eb1b use tablgen-generated warning groups. by Chris Lattner · 17 years ago
- 76732c2 now that we've decoupled diagnostic classes from default mappings, by Chris Lattner · 17 years ago
- 5a8c8df rename variable in comment, not just in code :). by Chris Lattner · 17 years ago
- e007de3 Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 17 years ago
- ce682d9 remove some commented out -Wstrict-selector-match stuff. by Chris Lattner · 17 years ago
- 8a1dc20 clean up error messages. by Chris Lattner · 17 years ago
- 384a59c Add support for -Werror=foo and -Wno-error=foo by Chris Lattner · 17 years ago
- 4c73b67 refactor a bunch of the warning parsing stuff to simplify it. This removes the by Chris Lattner · 17 years ago
- b874dbd add support for -W[no-]extra-tokens by Chris Lattner · 17 years ago
- 225dd6c add some #includes for better compatibility with gcc 4.4, by Chris Lattner · 17 years ago
- 2632dda add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 17 years ago
- f1b876d Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 17 years ago
- ea9a107 Add support for -Wdeprecated-declarations. by Steve Naroff · 17 years ago
- 1a4029c Implement -Wno-pointer-sign. by Eli Friedman · 17 years ago
- e5a7ecc Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 17 years ago[Renamed from clang/Driver/Warnings.cpp]
- 19367f5 Allow notes to be printed following a fatal error, then suppress any by Douglas Gregor · 17 years ago
- 4f912e6 implement -Wsystem-headers, eliminating the wierd thing I added for testing. by Chris Lattner · 17 years ago
- ecc5444 Improve error messages on bad warning options. by Sebastian Redl · 17 years ago
- 4835010 Implement the machinery that can process TableGenerated warning options. by Sebastian Redl · 17 years ago