]> granicus.if.org Git - clang/commit
Patch for handling C99 veriadic macros when using precompiled headers,
authorDouglas Gregor <dgregor@apple.com>
Fri, 29 Jun 2012 18:27:59 +0000 (18:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 29 Jun 2012 18:27:59 +0000 (18:27 +0000)
commit193f91ba7ed28709a1e730aedb3582353f9075d0
treef40c6d9aad9bc1ea08d6d636d9750d0c5e9f482e
parentbe8d55ce4a20b86d9337dcb28759e068cb3510f3
Patch for handling C99 veriadic macros when using precompiled headers,
from Filipe Cabecinhas!

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