[cfe-commits] [PATCH] Make behavior of RecordLayoutBuilder overridable

Charles Davis cdavis at mymail.mines.edu
Sat Aug 14 18:34:43 PDT 2010


On 8/14/10 1:55 PM, John McCall wrote:
> This seems fine, though yeah, I guess I'd prefer that you checked it in with
> the MS layout code.
Here's a version that includes some MS-specific code. It handles the
case where a class has both a virtual method and a virtual base (in such
cases, VC would give it two virtual pointers).
>  I'm curious why you needed to override FinishLayout,
> though.
I thought this would be a good place to fudge the size (in case it
becomes important). I've left out that change in this version.

Chip

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: virtualize-rec-builder.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100814/68eb5e17/attachment.ksh>


More information about the cfe-commits mailing list