summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/string-literal-errors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't destroy MacroInfos if we find the macro definition is invalid; it'll getRichard Smith2014-08-031-0/+2
| | | | | | destroyed on shutdown regardless. Fixes a double-delete. llvm-svn: 214675
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-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 aRichard Smith2012-09-081-0/+25
string literal, produce a diagnostic pointing at the erroneous character range, not at the start of the literal. llvm-svn: 163459
OpenPOWER on IntegriCloud