]> granicus.if.org Git - clang/commit
Diagnose missing macro argument following charize operator.
authorAndy Gibbs <andyg1001@hotmail.co.uk>
Fri, 1 Apr 2016 19:02:20 +0000 (19:02 +0000)
committerAndy Gibbs <andyg1001@hotmail.co.uk>
Fri, 1 Apr 2016 19:02:20 +0000 (19:02 +0000)
commitc49579d6eb3ecc3a4c3d0c23647a3fe8ca98701b
treedc9053f65842abb4aac99b5b3f9204bd4351ea47
parent882be36111f5d811e6719ae2147c9dd36a4fc1ae
Diagnose missing macro argument following charize operator.

For completeness, add a test-case for the equivalent stringize operator
diagnostic too.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265177 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticLexKinds.td
lib/Lex/PPDirectives.cpp
test/Parser/MicrosoftExtensions.c
test/Preprocessor/stringize_misc.c