]> granicus.if.org Git - clang/commit
Use the right type when taking the address of a non-virtual member function pointer...
authorAnders Carlsson <andersca@mac.com>
Sun, 7 Feb 2010 17:37:13 +0000 (17:37 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 7 Feb 2010 17:37:13 +0000 (17:37 +0000)
commit585fa68ca00421af6c8289866a7bde27a8e8c0ce
tree523ea9e204ba16f2a2dcdc9abb972f30693496d4
parent63644fae3970d4146200e4cb25dd9aace34a3398
Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95524 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprConstant.cpp
test/CodeGenCXX/member-function-pointers.cpp