]> granicus.if.org Git - clang/commit
Add a fixit for \U1234 -> \u1234.
authorJordan Rose <jordan_rose@apple.com>
Thu, 24 Jan 2013 20:50:52 +0000 (20:50 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 24 Jan 2013 20:50:52 +0000 (20:50 +0000)
commitb87672b124ab4fbe6f2cabc2ad71655fc71230ea
treec053e43c9306617ec9babf87f0ef654f656a8ac6
parentfc12060ed595fd23d731b8a86adb21ddbb8c7bfb
Add a fixit for \U1234 -> \u1234.

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