Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [utils] Kill another no-longer-useful utility script. | Daniel Dunbar | 2013-01-25 | 1 | -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 Friedman | 2009-07-10 | 1 | -1/+1 |
| | | | | llvm-svn: 75271 | ||||
* | Handle use side of __objc_exception__ attribute; when using an | Daniel Dunbar | 2009-04-07 | 1 | -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 Dunbar | 2009-01-09 | 1 | -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 |