]> granicus.if.org Git - clang/commit
Handle operator call expressions where the callee is a member function.
authorAnders Carlsson <andersca@mac.com>
Wed, 27 May 2009 04:18:27 +0000 (04:18 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 27 May 2009 04:18:27 +0000 (04:18 +0000)
commit0f294632f36459174199b77699e339715244b5ab
treec69f7330225b7a4d202d56e27bc9f62289b7d348
parente9f2f45fe9bf79bd4aea47fa1ad9204b68510fd9
Handle operator call expressions where the callee is a member function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGenCXX/member-functions.cpp