Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unused diagnostics can occur in tblgen. | Benjamin Kramer | 2018-01-25 | 1 | -1/+1 |
| | | | | llvm-svn: 323435 | ||||
* | Increase the portability of this script a bit: use /usr/bin/env to find bash, | Richard Smith | 2013-05-24 | 1 | -1/+1 |
| | | | | | | rather than assuming it lives in the path. Patch by Eitan Adler! llvm-svn: 182696 | ||||
* | Turns out there is a simpler way of getting a set difference in bash than ↵ | Benjamin Kramer | 2013-01-14 | 1 | -1/+1 |
| | | | | | | parsing diff output. llvm-svn: 172420 | ||||
* | Speed up find-unused-diagnostics. Now runs in less than a second instead of ↵ | Benjamin Kramer | 2013-01-12 | 1 | -11/+7 |
| | | | | | | more than a minute. llvm-svn: 172330 | ||||
* | Add a script that produces a list of all diagnostics that are defined in | Dmitri Gribenko | 2012-02-13 | 1 | -0/+19 |
Diagnostic*.td files but not used in sources. llvm-svn: 150410 |