]> granicus.if.org Git - clang/commit
Add -Wc99-compat warning for C11 unicode string and character literals.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 Mar 2013 18:01:42 +0000 (18:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 11 Mar 2013 18:01:42 +0000 (18:01 +0000)
commitd4bf760d057f1e8724ab7be340a2d42adae0900a
tree0a25eeac5a51b382e457168eefdcd2ee74ab20f2
parentf96df9083937e198721f0e1dbd21d882bb4413ae
Add -Wc99-compat warning for C11 unicode string and character literals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176817 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/Lexer.cpp
test/Lexer/unicode-strings.c [new file with mode: 0644]