]> granicus.if.org Git - clang/commit
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)
commit5209e2bc4d18e679dcacfd6f6a0120aa1d4a757f
tree209fee50bec30789132b2ec81342019ad157418b
parent8b3326527eb83fbab624a7173acd0d6813dc5845
Unify diagnostics for \x, \u, and \U without any following hex digits.

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