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

Sean Hunt rideau3 at gmail.com
Sat Aug 14 23:20:26 PDT 2010


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?

Sean



More information about the cfe-commits mailing list