summaryrefslogtreecommitdiffstats
path: root/clang/tools/diagtool/diagtool_main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [diagtool] Write to llvm::outs() by default instead of llvm::errs()Jordan Rose2012-06-221-1/+1
| | | | llvm-svn: 158954
* [diagtool] The driver skips two arguments, not one.Jordan Rose2012-06-011-1/+1
| | | | llvm-svn: 157841
* The diagtool registration system tries to use a global variable from a methodNick Lewycky2011-08-121-2/+2
| | | | | | | called on another global variable. Use ManagedStatic to ensure that the global we register with actually exists when we need it. llvm-svn: 137406
* Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for ↵Ted Kremenek2011-08-091-0/+26
analyzing and working with clang diagnostics. Some interesting stats from 'diagtool list-warnings' on the current version of clang: Percentage of warnings with flags: 48.79% Number of unique flags: 148 Average number of diagnostics per flag: 2.041 llvm-svn: 137109
OpenPOWER on IntegriCloud