PATCH: private ivars

Adrian Prantl aprantl at apple.com
Fri Feb 15 14:47:21 PST 2013


Hi, this is my first patch to cfe-commits, so please review it rigorously!

As demonstrated by the test case we used to generate debug info for interfaces early on and thus missed out on additional private ivars that are added by an implementation. The patch disables the caching of the (possibly) incomplete DIType for InterfaceDecls that do not have an implementation.

Adrian


Ensure that DIType is regenerated after we visited an implementation that adds ivars to an interface. Fixes rdar://13175234

-------------- next part --------------
A non-text attachment was scrubbed...
Name: private-ivars.patch
Type: application/octet-stream
Size: 6084 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130215/a63ef626/attachment.obj>
-------------- next part --------------




More information about the cfe-commits mailing list