r181039 - Keep track of an @implementation's super class name location, if one was provided.
Jordan Rose
jordan_rose at apple.com
Fri May 3 13:29:47 PDT 2013
On May 3, 2013, at 11:35 , Argyrios Kyrtzidis <akyrtzi at gmail.com> wrote:
>
> On May 3, 2013, at 11:12 AM, Jordan Rose <jordan_rose at apple.com> wrote:
>
>> Why is this in @implementation? It's not legal to provide a superclass name there, only in @interface, right?
>>
>> Jordan
>
> This is legal:
>
> @interface S
> @end
>
> @interface I : S
> @end
>
> @implementation I : S
> @end
...what. Why.
*sigh*
Jordan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130503/d7cd4533/attachment.html>
More information about the cfe-commits
mailing list