Unify the consistency checking for deduced template arguments into a
commit8fe550c8924e152cfbf292adf890bc0ec8600c78
authorDouglas Gregor <doug.gregor@gmail.com>
Wed, 22 Dec 2010 23:09:49 +0000 (22 23:09 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Wed, 22 Dec 2010 23:09:49 +0000 (22 23:09 +0000)
treeda483f42f0fd901a0996a44609b6a246a48eb772
parentc9dc7e2cc86849c85f2f9e4deec51ac88f831470
Unify the consistency checking for deduced template arguments into a
single routine. Extend that routine to handle consistency
checking for template argument packs, so that we can compare the
deduced packs for template parameter packs across different pack
expansions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122452 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p2-0x.cpp [new file with mode: 0644]