]> granicus.if.org Git - clang/commit
Implement the rest of C++0x [temp.deduct.type]p9, which specifies that
authorDouglas Gregor <dgregor@apple.com>
Thu, 23 Dec 2010 01:24:45 +0000 (01:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 23 Dec 2010 01:24:45 +0000 (01:24 +0000)
commit7b976ece336d209977b25b5c28ee09c2d2146e6a
tree6cab951effd2c0c8c5d0435c35eccf29bdd5d6eb
parentc6ed729f669044f5072a49d79041f455d971ece3
Implement the rest of C++0x [temp.deduct.type]p9, which specifies that
the presence of a pack expansion anywhere except at the end of a
template-argument-list causes the entire template-argument-list to be
a non-deduced context.

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