[cfe-commits] r116118 - in /cfe/trunk: lib/Sema/SemaDeclObjC.cpp test/SemaObjC/metod-in-class-extension-impl.m
jahanian
fjahanian at apple.com
Fri Oct 8 16:19:09 PDT 2010
On Oct 8, 2010, at 4:09 PM, Douglas Gregor wrote:
>
> On Oct 8, 2010, at 3:59 PM, Fariborz Jahanian wrote:
>
>> Author: fjahanian
>> Date: Fri Oct 8 17:59:25 2010
>> New Revision: 116118
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=116118&view=rev
>> Log:
>> Method implemented in class's implementation may implement
>> one declared in class's extension and not one declared
>> in class's superclass. This supresses a bogus warning on
>> method type mismatch.
>> Fixes //rdar: // 8530080
>>
>> Added:
>> cfe/trunk/test/SemaObjC/metod-in-class-extension-impl.m
>
> Typo "metod" in this file name.
Thanks. Renamed in r116120.
- fariborz
>
> - Doug
>
More information about the cfe-commits
mailing list