aboutsummaryrefslogtreecommitdiff
path: root/tools/diagtool
AgeCommit message (Expand)Author
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-05Add color output to 'diagtool tree' to show what warnings are enabled by defa...Ted Kremenek
2012-08-09[ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier
2012-08-08Add various MC components to clang build to support MS-style inline assembly.Chad Rosier
2012-07-31Include clang-check as part of the clang installation.David Blaikie
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-07Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...Ted Kremenek
2012-06-24[diagtool] Appease buildbots by explicitly using makeArrayRef.Jordan Rose
2012-06-24[diagtool] Add a new "tree" command to shows warnings activated by a flag.Jordan Rose
2012-06-22[diagtool] Write to llvm::outs() by default instead of llvm::errs()Jordan Rose
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Fix cmake build.Rafael Espindola
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-06-17diagtool/CMakeLists.txt: Add missing tblgen'd dependency, ClangDiagnosticInde...NAKAMURA Takumi
2012-06-04[diagtool] Properly order libraries in Makefile for buildbot.Jordan Rose
2012-06-04[diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.Jordan Rose
2012-06-01[diagtool] Pull show-enabled back out for now.Jordan Rose
2012-06-01[diagtool] Unbork Makefile build.Jordan Rose
2012-06-01[diagtool] Appease buildbot by adding llvm_unreachable.Jordan Rose
2012-06-01[diagtool] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose
2012-06-01[diagtool] The driver skips two arguments, not one.Jordan Rose
2012-02-15Provide common include for all diagnostic headers.David Blaikie
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2011-10-23Reduce dependencies.Benjamin Kramer
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-12The diagtool registration system tries to use a global variable from a methodNick Lewycky
2011-08-09Add libsupport to list of libraries to link into diagtoolTed Kremenek
2011-08-09Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek