[cfe-commits] PATCH: don't claim synthesized ivars are always in base classes

Douglas Gregor dgregor at apple.com
Tue Apr 3 08:54:13 PDT 2012


On Apr 2, 2012, at 3:32 PM, Nick Lewycky wrote:

> This fixes what looks like a copy+paste error from the case above that handles IFace->getSuperClass(). When traversing IFace->getImplementation(), pass InBaseClass along instead of passing constant true in its place. The only case this happens (that we have an ivar in the implementation that's not in the interface) is when it's implicitly synthesized.
> 
> Please review!

LGTM, thanks!

	- Doug




More information about the cfe-commits mailing list