aboutsummaryrefslogtreecommitdiff
path: root/tools/diagtool/ListWarnings.cpp
AgeCommit message (Expand)Author
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-07-07Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...Ted Kremenek
2012-06-24[diagtool] Add a new "tree" command to shows warnings activated by a flag.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] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose
2012-02-15Provide common include for all diagnostic headers.David Blaikie
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
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 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek