]> granicus.if.org Git - clang/commit
Test that all of the relevant types properly compute the "contains
authorDouglas Gregor <dgregor@apple.com>
Wed, 15 Dec 2010 21:57:59 +0000 (21:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 15 Dec 2010 21:57:59 +0000 (21:57 +0000)
commitcff163e3cc78277496b30fa40070b46abdc290db
tree64b5a13def2d80adb22477ededecd0dedbf900be
parent9ef75899bae6dd9a4be1252ae9cadcb619c170ff
Test that all of the relevant types properly compute the "contains
unexpanded parameter pack" bit and that the recursive AST visitor can
then find those unexpanded parameter packs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121899 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateVariadic.cpp
test/CXX/temp/temp.decls/temp.variadic/p5.cpp