Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |