summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/warning-flags-enabled.c
Commit message (Collapse)AuthorAgeFilesLines
* Use %select to merge similar diagnostics. NFCCraig Topper2015-11-141-1/+1
| | | | llvm-svn: 253119
* Make -Wshift-op-parentheses a subgroup of -WparenthesesDavid Blaikie2012-10-101-0/+8
| | | | llvm-svn: 165653
* Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion.Ted Kremenek2012-10-081-0/+8
| | | | llvm-svn: 165459
* Add warning flag -Winvalid-pp-token for preprocessing-tokens which haveRichard Smith2012-06-281-1/+1
| | | | | | | | undefined behaviour, and move the diagnostic for '' from an Error into an ExtWarn in this group. This is important for some users of the preprocessor, and is necessary for gcc compatibility. llvm-svn: 159335
* [diagtool] Write to llvm::outs() by default instead of llvm::errs()Jordan Rose2012-06-221-6/+6
| | | | llvm-svn: 158954
* [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.Jordan Rose2012-06-041-0/+27
| | | | | | Now correctly builds with both GNU make and CMake. llvm-svn: 157932
* [diagtool] Pull show-enabled back out for now.Jordan Rose2012-06-011-27/+0
| | | | | | | Need to figure out how to get Frontend's warning parsing without bringing in all of Frontend. llvm-svn: 157847
* [diagtool] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose2012-06-011-0/+27
show-enabled uses the command line you give it to build a CompilerInstance, so any flags you pass will be processed as if running clang proper. llvm-svn: 157842
OpenPOWER on IntegriCloud