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

Eli Bendersky eliben at google.com
Wed Dec 5 21:10:39 PST 2012


Hello,

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?

Eli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dump-record-layout-fix-ident.patch
Type: application/octet-stream
Size: 1304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121205/ddc9dafa/attachment.obj>


More information about the cfe-commits mailing list