]> granicus.if.org Git - clang/commit
Once we've collected the template arguments for a
authorDouglas Gregor <dgregor@apple.com>
Fri, 18 Jan 2013 22:27:09 +0000 (22:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 18 Jan 2013 22:27:09 +0000 (22:27 +0000)
commit22eaced5cac3cf0522c953f593419fc6cf184aaf
treecdca4582f7ebc121213dd15c00092b13daca2635
parent0ecc2e9ce86b0705bc1a53a9c8f90c433bcdca1b
Once we've collected the template arguments for a
partially-substituted parameter pack in a template, forget about the
partially-substituted parameter pack: it is now completed. Fixes
<rdar://problem/12176336>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172859 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Template.h
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/temp/temp.fct.spec/temp.arg.explicit/p3-0x.cpp