]> granicus.if.org Git - clang/commit
Fix a thinko where I didn't update a consistency check for
authorDouglas Gregor <dgregor@apple.com>
Tue, 1 Feb 2011 15:24:58 +0000 (15:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 1 Feb 2011 15:24:58 +0000 (15:24 +0000)
commitf9997a0834e0e0298b04ef044ad2699c727a7979
treeb5c5a20f5769d31e933694d7b34a237ff3d7df9c
parent6f75550e40a9177db9979fc130ce3ece026b137d
Fix a thinko where I didn't update a consistency check for
PackExpansionType in the AST reader. We need more testing for variadic
templates + PCH, but this fixes PR9073.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124662 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp
test/PCH/cxx-variadic-templates.cpp [new file with mode: 0644]
test/PCH/cxx-variadic-templates.h [new file with mode: 0644]