]> granicus.if.org Git - clang/commit
don't warn about empty macro arguments in c++'0x mode, since it sucked in
authorChris Lattner <sabre@nondot.org>
Fri, 22 Apr 2011 23:25:09 +0000 (23:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Apr 2011 23:25:09 +0000 (23:25 +0000)
commit32c1388f0feef4ea147f881415f5a7225e8cadcc
tree59536508bb0dc4b621ac640563b366ff5734b821
parentd4a0caf78e7c18e7aca65fbfd799a6c024ff51fb
don't warn about empty macro arguments in c++'0x mode, since it sucked in
the c99 preprocessor.  Patch by Jonathan Sauer!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130031 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPMacroExpansion.cpp