summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/string-literal-errors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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