On Nov 13, 2007 8:48 AM, Steve Naroff <[EMAIL PROTECTED]> 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
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to