Commit Graph

5 Commits

Author SHA1 Message Date
Benjamin Kramer 244006d31e Unused diagnostics can occur in tblgen.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323435 91177308-0d34-0410-b5e6-96231b3b80d8
2018-01-25 15:57:22 +00:00
Richard Smith 1dd5208a7b Increase the portability of this script a bit: use /usr/bin/env to find bash,
rather than assuming it lives in the path. Patch by Eitan Adler!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182696 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-24 23:54:21 +00:00
Benjamin Kramer d3e8074ac9 Turns out there is a simpler way of getting a set difference in bash than parsing diff output.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172420 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-14 15:00:48 +00:00
Benjamin Kramer 145494a25b Speed up find-unused-diagnostics. Now runs in less than a second instead of more than a minute.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172330 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-12 21:39:06 +00:00
Dmitri Gribenko 5189035553 Add a script that produces a list of all diagnostics that are defined in
Diagnostic*.td files but not used in sources.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150410 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-13 20:21:52 +00:00