Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use %select to merge similar diagnostics. NFC | Craig Topper | 2015-11-14 | 1 | -1/+1 |
| | | | | llvm-svn: 253119 | ||||
* | Make -Wshift-op-parentheses a subgroup of -Wparentheses | David Blaikie | 2012-10-10 | 1 | -0/+8 |
| | | | | llvm-svn: 165653 | ||||
* | Add regression test to check if -Wenum-conversion is a subgroup of -Wconversion. | Ted Kremenek | 2012-10-08 | 1 | -0/+8 |
| | | | | llvm-svn: 165459 | ||||
* | Add warning flag -Winvalid-pp-token for preprocessing-tokens which have | Richard Smith | 2012-06-28 | 1 | -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 Rose | 2012-06-22 | 1 | -6/+6 |
| | | | | llvm-svn: 158954 | ||||
* | [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend. | Jordan Rose | 2012-06-04 | 1 | -0/+27 |
| | | | | | | Now correctly builds with both GNU make and CMake. llvm-svn: 157932 | ||||
* | [diagtool] Pull show-enabled back out for now. | Jordan Rose | 2012-06-01 | 1 | -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 Rose | 2012-06-01 | 1 | -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 |