Aha, two emails. I'll review in that thread. -eric
On Fri, Feb 15, 2013 at 2:53 PM, Eric Christopher <[email protected]>wrote: > No patch :) > > Also, how'd you test? > > -eric > > > On Fri, Feb 15, 2013 at 2:44 PM, Adrian Prantl <[email protected]> wrote: > >> 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. >> >> Ensure that DIType is regenerated after we visited an implementation that >> adds ivars to an interface. Fixes rdar://13175234 >> >> >> >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
