]> granicus.if.org Git - clang/commit
Implement the last bullet of [temp.deduct.type]p5 and part of the last
authorDouglas Gregor <dgregor@apple.com>
Tue, 11 Jan 2011 01:52:23 +0000 (01:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 11 Jan 2011 01:52:23 +0000 (01:52 +0000)
commit7d5c0c1273bdc1cb3dff1cb5a62d07b1439e82c7
tree978f21cec876212e836022e75a4d1708d5aa4e88
parent4d484a753f38a231e17c364cba496f8c6d2d771e
Implement the last bullet of [temp.deduct.type]p5 and part of the last
sentence of [temp.deduct.call]p1, both of which concern the
non-deducibility of parameter packs not at the end of a
parameter-type-list. The latter isn't fully implemented yet; see the
new FIXME.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123210 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
lib/AST/Type.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p1-0x.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p5-0x.cpp [new file with mode: 0644]