]> granicus.if.org Git - clang/commit
Template instantiation for call expressions.
authorDouglas Gregor <dgregor@apple.com>
Tue, 19 May 2009 00:38:01 +0000 (00:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 19 May 2009 00:38:01 +0000 (00:38 +0000)
commit4a2487aeacf9f35ce553318c2eb39c20ec23845e
tree1ad86414bbb3d996dd8f3754ec5d3bd7cd54cb6c
parentcb9dad0393a000bea87370c4d12faf3667ed22e5
Template instantiation for call expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72081 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ExprCXX.h
lib/AST/ExprCXX.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
test/SemaTemplate/instantiate-call.cpp [new file with mode: 0644]