aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/Warnings.cpp
AgeCommit message (Expand)Author
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman
2009-05-19Move the warning options from Warnings.cpp to clang-cc.cpp.Eli Friedman
2009-04-19move group twiddling options into Diagnostic.cpp instead ofChris Lattner
2009-04-19Fix PR4007: clang doesn't know -Werror-foo is the same as -Werror=fooChris Lattner
2009-04-16implement framework for -fdiagnostics-show-option, but tblgen isn'tChris Lattner
2009-04-16move handling of -pedantic and -pedantic-errors into Diagnostics,Chris Lattner
2009-04-16arrange for -Wno-error=foo warnings to be immune to -Werror as Chris Lattner
2009-04-16when tblgen fills in all the subgroup info, clang is ready for it.Chris Lattner
2009-04-15make unknown warnings a warning, not an error.Chris Lattner
2009-04-15add support for -Wextra and -WChris Lattner
2009-04-15use tablgen-generated warning groups.Chris Lattner
2009-04-15now that we've decoupled diagnostic classes from default mappings,Chris Lattner
2009-04-15rename variable in comment, not just in code :).Chris Lattner
2009-04-15Rejigger how -pedantic and -pedantic-errors work and their interactionChris Lattner
2009-04-15remove some commented out -Wstrict-selector-match stuff.Chris Lattner
2009-04-15clean up error messages.Chris Lattner
2009-04-15Add support for -Werror=foo and -Wno-error=fooChris Lattner
2009-04-15refactor a bunch of the warning parsing stuff to simplify it. This removes theChris Lattner
2009-04-14add support for -W[no-]extra-tokensChris Lattner
2009-04-11add some #includes for better compatibility with gcc 4.4,Chris Lattner
2009-04-08add support for -Wtrigraphs and -Wno-trigraphs.Chris Lattner
2009-03-31Implement -Wmissing-prototypes. Fixes PR3911.Douglas Gregor
2009-03-31Add support for -Wdeprecated-declarations.Steve Naroff
2009-03-30Implement -Wno-pointer-sign.Eli Friedman
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar