summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/Warnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman2009-05-191-106/+0
* Move the warning options from Warnings.cpp to clang-cc.cpp.Eli Friedman2009-05-191-16/+9
* move group twiddling options into Diagnostic.cpp instead ofChris Lattner2009-04-191-49/+1
* Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=fooChris Lattner2009-04-191-2/+3
* implement framework for -fdiagnostics-show-option, but tblgen isn'tChris Lattner2009-04-161-1/+0
* move handling of -pedantic and -pedantic-errors into Diagnostics,Chris Lattner2009-04-161-52/+14
* arrange for -Wno-error=foo warnings to be immune to -Werror as Chris Lattner2009-04-161-1/+1
* when tblgen fills in all the subgroup info, clang is ready for it.Chris Lattner2009-04-161-11/+24
* make unknown warnings a warning, not an error.Chris Lattner2009-04-151-4/+5
* add support for -Wextra and -WChris Lattner2009-04-151-1/+1
* use tablgen-generated warning groups.Chris Lattner2009-04-151-49/+13
* now that we've decoupled diagnostic classes from default mappings,Chris Lattner2009-04-151-17/+0
* rename variable in comment, not just in code :).Chris Lattner2009-04-151-3/+3
* Rejigger how -pedantic and -pedantic-errors work and their interactionChris Lattner2009-04-151-5/+53
* remove some commented out -Wstrict-selector-match stuff.Chris Lattner2009-04-151-3/+0
* clean up error messages.Chris Lattner2009-04-151-4/+5
* Add support for -Werror=foo and -Wno-error=fooChris Lattner2009-04-151-10/+12
* refactor a bunch of the warning parsing stuff to simplify it. This removes theChris Lattner2009-04-151-102/+56
* add support for -W[no-]extra-tokensChris Lattner2009-04-141-1/+3
* add some #includes for better compatibility with gcc 4.4,Chris Lattner2009-04-111-0/+1
* add support for -Wtrigraphs and -Wno-trigraphs.Chris Lattner2009-04-081-16/+15
* Implement -Wmissing-prototypes. Fixes PR3911.Douglas Gregor2009-03-311-0/+5
* Add support for -Wdeprecated-declarations.Steve Naroff2009-03-311-0/+3
* Implement -Wno-pointer-sign.Eli Friedman2009-03-301-0/+4
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+222
OpenPOWER on IntegriCloud