aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/utf8-char-literal.cpp
AgeCommit message (Expand)Author
2013-03-09When lexing in C11 mode, accept unicode character and string literals, per C11Richard Smith
2012-01-18Add and update tests for character literalsSeth Cantrell
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-27When parsing a character literal, extract the characters from theDouglas Gregor