Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't destroy MacroInfos if we find the macro definition is invalid; it'll get | Richard Smith | 2014-08-03 | 1 | -0/+2 |
| | | | | | | destroyed on shutdown regardless. Fixes a double-delete. llvm-svn: 214675 | ||||
* | Add 'not' to commands that are expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
| | | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652 | ||||
* | When a bad UTF-8 encoding or bogus escape sequence is encountered in a | Richard Smith | 2012-09-08 | 1 | -0/+25 |
string literal, produce a diagnostic pointing at the erroneous character range, not at the start of the literal. llvm-svn: 163459 |