summaryrefslogtreecommitdiffstats
path: root/clang/tools/diagtool/ListWarnings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [diagtool] Remove unneeded header includes.Richard Trieu2018-11-281-1/+0
* [NFC] Loop modernization in diagtoolJonas Devlieghere2017-09-051-31/+25
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* clang-format a recent commit I madeDavid Blaikie2014-11-191-4/+3
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-2/+2
* Sort #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...Ted Kremenek2012-07-071-0/+4
* [diagtool] Add a new "tree" command to shows warnings activated by a flag.Jordan Rose2012-06-241-6/+6
* [diagtool] Re-add show-enabled, minimizing the code pulled in from Frontend.Jordan Rose2012-06-041-24/+3
* [diagtool] Pull show-enabled back out for now.Jordan Rose2012-06-011-3/+24
* [diagtool] Add 'show-enabled', which displays which warnings are enabled.Jordan Rose2012-06-011-24/+3
* Provide common include for all diagnostic headers.David Blaikie2012-02-151-19/+1
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-151-7/+45
* 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-121-1/+1
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek2011-08-091-0/+106
OpenPOWER on IntegriCloud