summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/utf8-char-literal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [c++1z] Support for u8 character literals.Richard Smith2014-11-081-0/+9
| | | | llvm-svn: 221576
* When lexing in C11 mode, accept unicode character and string literals, per C11Richard Smith2013-03-091-0/+1
| | | | | | 6.4.4.4/1 and 6.4.5/1. llvm-svn: 176780
* Add and update tests for character literalsSeth Cantrell2012-01-181-2/+3
| | | | llvm-svn: 148392
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* When parsing a character literal, extract the characters from theDouglas Gregor2011-09-271-0/+4
buffer as an 'unsigned char', so that integer promotion doesn't sign-extend character values > 127 into oblivion. Fixes <rdar://problem/10188919>. llvm-svn: 140608
OpenPOWER on IntegriCloud