summaryrefslogtreecommitdiffstats
path: root/tools/diagtool
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
* Fix cmake build.Rafael Espindola2012-06-201-1/+0
* Structured comment parsing, first step.Dmitri Gribenko2012-06-202-1/+2
* diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde...NAKAMURA Takumi2012-06-171-0/+4
* [diagtool] Properly order libraries in Makefile for buildbot.Jordan Rose2012-06-041-3/+3
* [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.Jordan Rose2012-06-046-27/+211
* [diagtool] Pull show-enabled back out for now.Jordan Rose2012-06-016-218/+27
* [diagtool] Unbork Makefile build.Jordan Rose2012-06-011-2/+9
* [diagtool] Appease buildbot by adding llvm_unreachable.Jordan Rose2012-06-011-0/+2
* [diagtool] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose2012-06-016-26/+208
* [diagtool] The driver skips two arguments, not one.Jordan Rose2012-06-011-1/+1
* Provide common include for all diagnostic headers.David Blaikie2012-02-151-19/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-7/+45
* Reduce dependencies.Benjamin Kramer2011-10-231-3/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-1/+1
* The diagtool registration system tries to use a global variable from a methodNick Lewycky2011-08-124-7/+8
* Add libsupport to list of libraries to link into diagtoolTed Kremenek2011-08-091-0/+4
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-096-0/+314