]> granicus.if.org Git - clang/commit
Move the overloading logic of Sema::ActOnCallExpr to a separate function
authorDouglas Gregor <dgregor@apple.com>
Wed, 26 Nov 2008 05:54:23 +0000 (05:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 26 Nov 2008 05:54:23 +0000 (05:54 +0000)
commitf6b89691d2fdb88b97edabbe5f390fb2919c8f0a
treec62e9154e801f8ccf9d0a3eae07fb0d0372d0faa
parent209223677766854ca507972fefd4fe55b9f7e4f5
Move the overloading logic of Sema::ActOnCallExpr to a separate function

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60093 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaOverload.cpp