]> granicus.if.org Git - clang/commit
PR19372: Keep checking template arguments after we see an argument pack
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Nov 2014 23:38:38 +0000 (23:38 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 12 Nov 2014 23:38:38 +0000 (23:38 +0000)
commit4e0b4321c8311bb0bf3dea530405960dbca97a9d
tree8cff42868692807513263cb2325413c3902df14e
parent82a3c12f9d53738de96835878edda5a6cc789afa
PR19372: Keep checking template arguments after we see an argument pack
expansion into a parameter pack; we know that we're still filling in that
parameter's arguments. Previously, if we hit this case for an alias template,
we'd try to substitute using non-canonical template arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221832 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/deduction.cpp