[cfe-dev] Obj-C Super badly broken…
Jean-Daniel Dupas
devlists at shadowlab.org
Mon Apr 12 01:59:48 PDT 2010
Hi,
Look like recent change in super handling in Obj-C broke it in a nasty way.
In short, when using [super classMethod] in a class derived class, 'self' does not point on the derived class in the super's method invocation, but it contains the super class instead.
See Bug 6819 for details.
-- Jean-Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100412/0111cfc5/attachment.html>
More information about the cfe-dev
mailing list