]> granicus.if.org Git - clang/commit
Fix PR2220, making diagnostics for unexpected tokens in pp expressions
authorChris Lattner <sabre@nondot.org>
Sun, 13 Apr 2008 20:38:43 +0000 (20:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Apr 2008 20:38:43 +0000 (20:38 +0000)
commitd98d975ccdce7ec442ac26f682404cb71df40ff8
tree88cf0cc1c4a0eb40b63d9bee4ce3faa3665ff1fb
parent72e1c6cee10c0325a0398b6d8a065862665e4b13
Fix PR2220, making diagnostics for unexpected tokens in pp expressions
more nice.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49619 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Lex/PPExpressions.cpp
test/Preprocessor/expr_invalid_tok.c [new file with mode: 0644]