Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++1z] Support for u8 character literals. | Richard Smith | 2014-11-08 | 1 | -0/+9 |
| | | | | llvm-svn: 221576 | ||||
* | When lexing in C11 mode, accept unicode character and string literals, per C11 | Richard Smith | 2013-03-09 | 1 | -0/+1 |
| | | | | | | 6.4.4.4/1 and 6.4.5/1. llvm-svn: 176780 | ||||
* | Add and update tests for character literals | Seth Cantrell | 2012-01-18 | 1 | -2/+3 |
| | | | | llvm-svn: 148392 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | When parsing a character literal, extract the characters from the | Douglas Gregor | 2011-09-27 | 1 | -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 |