]> granicus.if.org Git - clang/commit
When explicit template arguments are provided for a function call,
authorDouglas Gregor <dgregor@apple.com>
Tue, 30 Jun 2009 23:57:56 +0000 (23:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 30 Jun 2009 23:57:56 +0000 (23:57 +0000)
commit6db8ed4498b83fe9336e3855a4ba1a298b04ee00
treec2fa0c5100146fd311425d5da61323dc6a7955b2
parentbcfad54a43e5570e09daddd976bd4545933e75b1
When explicit template arguments are provided for a function call,
substitute those template arguments into the function parameter types
prior to template argument deduction. There's still a bit of work to
do to make this work properly when only some of the template arguments
are specified.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74576 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplateDeduction.cpp
test/CXX/temp/temp.fct.spec/temp.arg.explicit/p1.cpp