]> granicus.if.org Git - clang/commit
Merging r221832: release_35 origin/release_35
authorTom Stellard <thomas.stellard@amd.com>
Mon, 8 Dec 2014 23:38:47 +0000 (23:38 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 8 Dec 2014 23:38:47 +0000 (23:38 +0000)
commit395a76d5372abd34fa791f6c10ebcdf43d74c8bd
tree4f55959276173ea331861efc1e0e3f34d3f55da0
parentb3cde23af4e18e713453781fd94f1b59be62dc08
Merging r221832:

------------------------------------------------------------------------
r221832 | richard-llvm | 2014-11-12 18:38:38 -0500 (Wed, 12 Nov 2014) | 5 lines

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/branches/release_35@223719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/deduction.cpp