]> granicus.if.org Git - clang/commit
Change FixOverloadedFunctionReference to return a (possibly new) expression. Substitu...
authorAnders Carlsson <andersca@mac.com>
Wed, 21 Oct 2009 17:16:23 +0000 (17:16 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 21 Oct 2009 17:16:23 +0000 (17:16 +0000)
commit96ad5337a4949523ce9df617dad8ca10d3ab9788
tree7eaf7d72ea3a01a81d8d9c8a56ffdfa6aa339300
parent9dc9c376a9f3e0c72f33e27075caa0647dadb350
Change FixOverloadedFunctionReference to return a (possibly new) expression. Substitute TemplateIdRefExprs with DeclRefExprs. Doug, plz review :)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84763 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplate.cpp
test/CodeGenCXX/address-of-fntemplate.cpp