[cfe-commits] PATCH: fix the way AST record layouts are dumped

Richard Smith richard at metafoo.co.uk
Fri Dec 7 15:20:14 PST 2012


On Fri, Dec 7, 2012 at 6:40 AM, Eli Bendersky <eliben at google.com> wrote:
>> Currently when AST record layouts are dumped with
>> -fdump-record-layouts, the following:
>>
>> sizeof=132, dsize=132, align=4
>> nvsize=132, nvalign=4
>>
>> Is not indented, so when classes are nested there is no way to know to
>> which class it belongs.
>>
>> This patch fixes it by indenting the size summary properly for each class.
>>
>> OK to commit?
>>
>
> Ping!

Extra semicolon on line 2695; otherwise the patch looks fine.



More information about the cfe-commits mailing list