[cfe-dev] Obj-C Super badly broken…

Chris Lattner clattner at apple.com
Mon Apr 12 10:28:13 PDT 2010


On Apr 12, 2010, at 1:59 AM, Jean-Daniel Dupas wrote:

> 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.
> 


Fixed, thanks a lot for the great testcase!

No good deed goes unpunished :)

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100412/9a2da8b8/attachment.html>


More information about the cfe-dev mailing list