-
- Downloads
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
Showing
- lib/Lex/Lexer.cpp 13 additions, 9 deletionslib/Lex/Lexer.cpp
- test/CodeGen/string-literal.c 46 additions, 26 deletionstest/CodeGen/string-literal.c
- test/Lexer/char-literal.cpp 17 additions, 1 deletiontest/Lexer/char-literal.cpp
- test/Lexer/string_concat.cpp 15 additions, 0 deletionstest/Lexer/string_concat.cpp
- test/Lexer/utf8-char-literal.cpp 1 addition, 0 deletionstest/Lexer/utf8-char-literal.cpp
Loading
Please register or sign in to comment