]> granicus.if.org Git - clang/commit
Include the unexpanded packs in the initializer expression when checking a
authorNick Lewycky <nicholas@mxc.ca>
Thu, 13 Jun 2013 00:45:47 +0000 (00:45 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 13 Jun 2013 00:45:47 +0000 (00:45 +0000)
commit98a75581e155a7dac853a69b0151960f8e2aacbd
treeeeea268e8ee509b4a0945c6be6af55fc551faa93
parentd4ec562b3aaf50ea9015f82c96ebfd05a35fc7ef
Include the unexpanded packs in the initializer expression when checking a
pack expanded constructor initializer list. Fixes PR16303!

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