]> granicus.if.org Git - clang/commit
Made the "expected string literal" diagnostic more expressive
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Sat, 17 Nov 2012 19:16:52 +0000 (19:16 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Sat, 17 Nov 2012 19:16:52 +0000 (19:16 +0000)
commit97f8461a2c553f68a258612d2322e4281c3f0915
tree6b5036827ca26138a9cd9dd548c56c3246f1b3b6
parent02a176871d91bba3004e4f94b2d4d588ae4b2122
Made the "expected string literal" diagnostic more expressive

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168267 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Lex/Preprocessor.h
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp
lib/Lex/Preprocessor.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/Parser.cpp
test/Lexer/pragma-message.c
test/Parser/attr-availability.c
test/Preprocessor/pragma_diagnostic.c
test/Preprocessor/pragma_microsoft.c
test/Preprocessor/warning_tests.c
test/Sema/static-assert.c