[cfe-commits] [PATCH] Implement member pointer support for the MS ABI in Sema

Charles Davis cdavis at mymail.mines.edu
Sat Aug 14 23:24:25 PDT 2010


On 8/15/10 12:20 AM, Sean Hunt wrote:
> On 08/15/2010 12:18 AM, Charles Davis wrote:
>> This patch gives member pointers the correct size when the Microsoft ABI
>> is active. This only implements the Sema/AST side (CodeGen coming soon).
>>
>> Chip
> 
> Is it possible to make this a function of the ABI, rather than 
> hardcoding values into ASTContext?
Yeah, but we'd need an AST-side CXXABI object.

I need to fix the patch anyway. In my haste, I forgot to test before
sending. :\

Chip



More information about the cfe-commits mailing list