summaryrefslogtreecommitdiffstats
path: root/clang/utils/find-unused-diagnostics.sh
Commit message (Collapse)AuthorAgeFilesLines
* Unused diagnostics can occur in tblgen.Benjamin Kramer2018-01-251-1/+1
| | | | llvm-svn: 323435
* Increase the portability of this script a bit: use /usr/bin/env to find bash,Richard Smith2013-05-241-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 Kramer2013-01-141-1/+1
| | | | | | parsing diff output. llvm-svn: 172420
* Speed up find-unused-diagnostics. Now runs in less than a second instead of ↵Benjamin Kramer2013-01-121-11/+7
| | | | | | more than a minute. llvm-svn: 172330
* Add a script that produces a list of all diagnostics that are defined inDmitri Gribenko2012-02-131-0/+19
Diagnostic*.td files but not used in sources. llvm-svn: 150410
OpenPOWER on IntegriCloud