[cfe-commits] r84771 - in /cfe/trunk: lib/CodeGen/CGExpr.cpp lib/CodeGen/CodeGenFunction.h test/CodeGenCXX/ptr-to-datamember.cpp

Fariborz Jahanian fjahanian at apple.com
Wed Oct 21 13:11:53 PDT 2009


Talked to Anders offline. Remaining issue is when we access members of  
base classes we should accommodate for offset of the
base. Currently, it does not work for virtual bases - WIP.

- Fariborz

On Oct 21, 2009, at 12:16 PM, Anders Carlsson wrote:

>
> On Oct 21, 2009, at 11:38 AM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Wed Oct 21 13:38:00 2009
>> New Revision: 84771
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=84771&view=rev
>> Log:
>> Code gen for pointer-to-datamember - WIP.
>>
>
> Hi Fariborz,
>
> this is not how pointer-to-data members are supposed to be  
> implemented according to the ABI.
>
> See http://www.codesourcery.com/public/cxx-abi/abi.html#member- 
> pointers
>
> Anders
>
>




More information about the cfe-commits mailing list