]> granicus.if.org Git - clang/commit
PR15067: Don't assert when a UCN appears in a C90 file.
authorJordan Rose <jordan_rose@apple.com>
Sun, 27 Jan 2013 20:12:04 +0000 (20:12 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sun, 27 Jan 2013 20:12:04 +0000 (20:12 +0000)
commitbfec916e5fc40f22ac11267e78a024cd8dcf3bbf
tree7a4ac2f001bce397ed206c2a57ca28fc42507c22
parent1df08370da6fb4578272295aabfacfb12e1d40f9
PR15067: Don't assert when a UCN appears in a C90 file.

Unfortunately, we can't accept the UCN as an extension because we're
required to treat it as two tokens for preprocessing purposes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173622 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
test/Lexer/c90.c