]> granicus.if.org Git - clang/commit
Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode.
authorNico Weber <nicolasweber@gmx.de>
Wed, 6 Oct 2010 04:57:26 +0000 (04:57 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 6 Oct 2010 04:57:26 +0000 (04:57 +0000)
commita0f15b0848405ae16d63bd5d78c862a6526b338a
tree18d99dbf2ba33ef2b15b199145cb56802dbf86f5
parentecb1b4c29ecc23c952901fbe85e590410b09d9d9
Add support for 4-byte UCNs like \U12345678. Warn about UCNs in c90 mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115743 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/LiteralSupport.cpp
test/CodeGen/string-literal-short-wstring.c [new file with mode: 0644]
test/CodeGen/string-literal.c
test/Lexer/c90.c
test/Lexer/wchar.c [new file with mode: 0644]