summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/char-literal-encoding-error.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement warning for non-wide string literals with an unexpected encoding. ↵Eli Friedman2012-02-111-4/+9
| | | | | | Downgrade error for non-wide character literals with an unexpected encoding to a warning for compatibility with gcc and older versions of clang. <rdar://problem/10837678>. llvm-svn: 150295
* Improve the error message slightly for files that aren't using the expected ↵Eli Friedman2012-01-251-4/+4
| | | | | | UTF-8 encoding. Patch by Seth Cantrell. llvm-svn: 148991
* Add and update tests for character literalsSeth Cantrell2012-01-181-0/+10
llvm-svn: 148392
OpenPOWER on IntegriCloud