Factor out the code to set up template argument deduction for a set of
commitc537a61b3a92397ba96806ad4af5b5aa5570ce4d
authorDouglas Gregor <doug.gregor@gmail.com>
Mon, 10 Jan 2011 17:35:05 +0000 (10 17:35 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Mon, 10 Jan 2011 17:35:05 +0000 (10 17:35 +0000)
tree9c1a5d653a7a2f849733d3ae96eb29eb79fe2810
parent7f0ef0220fd377f6f9f34d02aa6cabbd8c61bfee
Factor out the code to set up template argument deduction for a set of
template argument packs. This also ensures that explicitly-specified
template arguments get properly represented in those cases.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123180 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateDeduction.cpp