]> granicus.if.org Git - clang/commit
Factor out the code to set up template argument deduction for a set of
authorDouglas Gregor <dgregor@apple.com>
Mon, 10 Jan 2011 17:35:05 +0000 (17:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 10 Jan 2011 17:35:05 +0000 (17:35 +0000)
commit5429385919a2b6fb3708635b967221705f4b1daf
tree9c1a5d653a7a2f849733d3ae96eb29eb79fe2810
parent26c9cb55cb96643c0759c08d037c16c309864087
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