aboutsummaryrefslogtreecommitdiff
path: root/tools/diagtool/CMakeLists.txt
AgeCommit message (Expand)Author
2013-01-19these now depend on the bitcode reader too.Chris Lattner
2012-08-09[ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier
2012-07-31Include clang-check as part of the clang installation.David Blaikie
2012-06-24[diagtool] Add a new "tree" command to shows warnings activated by a flag.Jordan Rose
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler 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] 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] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose
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