| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [diagtool] Write to llvm::outs() by default instead of llvm::errs() | Jordan Rose | 2012-06-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 158954 | ||||
| * | [diagtool] The driver skips two arguments, not one. | Jordan Rose | 2012-06-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 157841 | ||||
| * | The diagtool registration system tries to use a global variable from a method | Nick Lewycky | 2011-08-12 | 1 | -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 Kremenek | 2011-08-09 | 1 | -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 | |||||

