summaryrefslogtreecommitdiffstats
path: root/clang/utils/SummarizeErrors
Commit message (Collapse)AuthorAgeFilesLines
* [utils] Kill another no-longer-useful utility script.Daniel Dunbar2013-01-251-117/+0
| | | | | | | - We are long past the days of getting clang to fail in mass on swaths of code, fortunately. llvm-svn: 173523
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
| | | | llvm-svn: 75271
* Handle use side of __objc_exception__ attribute; when using anDaniel Dunbar2009-04-071-24/+42
| | | | | | | exception with this attribute we don't need to emit a weak definition for the exception type information. llvm-svn: 68513
* Add utils/SummarizeErrors.Daniel Dunbar2009-01-091-0/+99
- Little script for scanning a compile log and summarizing warnings, errors, assertions, and crashes. - Is very slow, and stack trace regexs probably only work on Darwin. llvm-svn: 62013
OpenPOWER on IntegriCloud