]> granicus.if.org Git - clang/commit
Fix a bug where we would incorrectly emit a "cannot paste" error
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 07:54:23 +0000 (07:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jan 2008 07:54:23 +0000 (07:54 +0000)
commit71a3a8d50643c450823d3fbcf3307a3d7db1a265
tree9cb7085c73905406d3f0a8b6a79a9137f841379f
parent0493025c08da22b08af4f0587af726ae30251575
Fix a bug where we would incorrectly emit a "cannot paste" error
message when handling the GNU ", ## __VA_ARGS__" extension.  While
I'm at it, flag uses of this as extensions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46503 91177308-0d34-0410-b5e6-96231b3b80d8
Lex/MacroExpander.cpp
test/Preprocessor/macro_paste_commaext.c [new file with mode: 0644]