clang-1/tools/diagtool
David Blaikie 0bc35e9e48 Include clang-check as part of the clang installation.
This also tidies up a couple of other tools we were (partially) installing:
* c-index-test was being installed but shouldn't be (it's just a clang-dev tool)
* diagtool was being installed in cmake but not make (& shouldn't be installed in either)

Review by Manuel Klimek, Doug Gregor, and Chandler Carruth.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161073 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-31 20:29:59 +00:00
..
CMakeLists.txt Include clang-check as part of the clang installation. 2012-07-31 20:29:59 +00:00
DiagTool.cpp The diagtool registration system tries to use a global variable from a method 2011-08-12 01:14:22 +00:00
DiagTool.h The diagtool registration system tries to use a global variable from a method 2011-08-12 01:14:22 +00:00
DiagnosticNames.cpp Enable comment parsing and semantic analysis to emit diagnostics. A few 2012-07-11 21:38:39 +00:00
DiagnosticNames.h [diagtool] Add a new "tree" command to shows warnings activated by a flag. 2012-06-24 00:07:45 +00:00
ListWarnings.cpp Enhance 'diagtool list-warnings' to report number of diagnostics covered directly under -Wpedantic, and enhance warning-flags.c test to test that this set does not grow. 2012-07-07 06:30:31 +00:00
Makefile Fix a big layering violation introduced by r158771. 2012-06-20 09:53:52 +00:00
ShowEnabledWarnings.cpp [diagtool] Add a new "tree" command to shows warnings activated by a flag. 2012-06-24 00:07:45 +00:00
TreeView.cpp [diagtool] Add a new "tree" command to shows warnings activated by a flag. 2012-06-24 00:07:45 +00:00
diagtool_main.cpp [diagtool] Write to llvm::outs() by default instead of llvm::errs() 2012-06-22 00:33:20 +00:00