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

Eli Friedman eli.friedman at gmail.com
Sat Aug 14 23:34:23 PDT 2010


On Sat, Aug 14, 2010 at 11:18 PM, Charles Davis <cdavis at mymail.mines.edu> 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).

It would be nice to add the appropriate warning about constructing a
member pointer to an incomplete type along with this... otherwise we
can end up silently generating bad code.

-Eli



More information about the cfe-commits mailing list