]> granicus.if.org Git - clang/commit
Fix another pointer-to-member function miscompile, this time when trying to call...
authorAnders Carlsson <andersca@mac.com>
Thu, 4 Feb 2010 17:08:48 +0000 (17:08 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 4 Feb 2010 17:08:48 +0000 (17:08 +0000)
commit51591bed1050827c23691cf36e2e1621dfe08b00
treec29ca56f4468dfe9f04cdbcb1676045cccb6c698
parent5bb0ddd10b07ecc0df43f0d5f50f0b9f10046426
Fix another pointer-to-member function miscompile, this time when trying to call a virtual member function.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95307 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/member-function-pointer-calls.cpp [new file with mode: 0644]