Unify diagnostics for \x, \u, and \U without any following hex digits.
authorJordan Rose <jordan_rose@apple.com>
Thu, 24 Jan 2013 20:50:13 +0000 (20:50 +0000)
committerJordan Rose <jordan_rose@apple.com>
Thu, 24 Jan 2013 20:50:13 +0000 (20:50 +0000)
commitaa89cf1a6611ce1a35b85418b0434620b4064c83
tree612db4fec391e93e1eea44b8ec6be36f3084c117
parent879edcd1a400f2924c8087960b5ec61394074b5c
Unify diagnostics for \x, \u, and \U without any following hex digits.

llvm-svn: 173368
clang/include/clang/Basic/DiagnosticLexKinds.td
clang/lib/Lex/LiteralSupport.cpp
clang/test/Sema/ucn-cstring.c