]> granicus.if.org Git - clang/commit
Unify the consistency checking for deduced template arguments into a
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Dec 2010 23:09:49 +0000 (23:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Dec 2010 23:09:49 +0000 (23:09 +0000)
commit0d80abc3b7fb0dca26fb6b272d2c3484f86fb7e7
treeda483f42f0fd901a0996a44609b6a246a48eb772
parent880efcbf16e685a0e461cfcf4d01dbda55449421
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]