]> granicus.if.org Git - clang/commit
Push overloaded function templates through the parser using a totally different
authorJohn McCall <rjmccall@apple.com>
Wed, 2 Dec 2009 08:04:21 +0000 (08:04 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 2 Dec 2009 08:04:21 +0000 (08:04 +0000)
commit0bd6feb9e9d40fc889fd47e899985125a43dfed8
tree2f1c83730e9b83df4baf661af2265d21e460cc87
parent99533834ba8f3658559f334e68a518ebb6388cea
Push overloaded function templates through the parser using a totally different
leaked data structure than before.  This kills off the last remaining
explicit uses of OverloadedFunctionDecl in Sema.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90306 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/TemplateName.h
lib/AST/ASTContext.cpp
lib/AST/TemplateName.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaTemplate.cpp