[cfe-dev] [cfe-commits] r44023 - /cfe/trunk/Sema/SemaDecl.cpp

Steve Naroff snaroff at apple.com
Mon Nov 12 12:05:12 PST 2007


Fariborz will be nailing "super" later today:-)

Looking forward to 0 "diagnostics"...

snaroff

On Nov 12, 2007, at 11:53 AM, Keith Bauer wrote:

> On Nov 13, 2007 8:48 AM, Steve Naroff <snaroff at apple.com> wrote:
>> Author: snaroff
>> Date: Mon Nov 12 13:48:27 2007
>> New Revision: 44023
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=44023&view=rev
>> Log:
>>
>> Fix regression to Sema::ObjcActOnStartOfMethodDef()...need to  
>> initialize InvalidType field to false.
>
> Wow, this took the bogus errors in my ObjC code from 48 to 2:
>
> source/ObjectEditorController.m:96:13: error: use of undeclared
> identifier 'super'
>    self = [super init];
>            ^
> source/ObjectEditorController.m:96:19: error: invalid receiver to
> message expression
>    self = [super init];
>                  ^
> 2 diagnostics generated.
>
> Keep up the good work ^_^
>
> -Keith
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list