]> granicus.if.org Git - clang/commit
When lexing in C11 mode, accept unicode character and string literals, per C11
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 9 Mar 2013 23:56:02 +0000 (23:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 9 Mar 2013 23:56:02 +0000 (23:56 +0000)
commit0093e12513c5c896434915d5e9126f51b780aa61
tree4ba4f0eaf849ce25a1e9b23f1876f4a5c4201a9a
parent0b91cc47a5642de2e1f567fe0f29420acdcdebbe
When lexing in C11 mode, accept unicode character and string literals, per C11
6.4.4.4/1 and 6.4.5/1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176780 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp
test/CodeGen/string-literal.c
test/Lexer/char-literal.cpp
test/Lexer/string_concat.cpp
test/Lexer/utf8-char-literal.cpp