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

Keith Bauer onesadcookie at gmail.com
Mon Nov 12 11:53:51 PST 2007


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



More information about the cfe-dev mailing list