]> granicus.if.org Git - clang/commit
PR24921: checking explicitly-specified template arguments when matching a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 2 Oct 2015 00:49:37 +0000 (00:49 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 2 Oct 2015 00:49:37 +0000 (00:49 +0000)
commit2596889471d67ebd964a62bbd8f1422e882cf095
tree0278b210b2e5d1f3f2a57dff7026ead4d387ae66
parent297e40f30ddfa2a8377d956f27a8b1b5124e2f34
PR24921: checking explicitly-specified template arguments when matching a
partial specialization can perform conversions on the argument. Be sure we
start again from the original argument when checking each possible template.

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