[cfe-commits] build failure
Fariborz Jahanian
fjahanian at apple.com
Wed Dec 12 08:40:55 PST 2007
After update, I am getting:
llvm[1]: Compiling SemaDeclObjC.cpp for Debug build
SemaDeclObjC.cpp: In member function ‘void
clang::Sema::CheckImplementationIvars(clang::ObjcImplementationDecl*,
clang::ObjcIvarDecl**, unsigned int, clang::SourceLocation)’:
SemaDeclObjC.cpp:416: error: ‘class clang::ObjcInterfaceDecl’ has no
member named ‘getInstanceVariables’
SemaDeclObjC.cpp: In member function ‘void
clang::Sema::ImplMethodsVsClassMethods(clang::ObjcImplementationDecl*,
clang::ObjcInterfaceDecl*)’:
SemaDeclObjC.cpp:487: error: ‘class clang::ObjcImplementationDecl’ has
no member named ‘getInstanceMethods’
SemaDeclObjC.cpp:488: warning: comparison between signed and unsigned
integer expressions
SemaDeclObjC.cpp:502: error: ‘class clang::ObjcImplementationDecl’ has
no member named ‘getClassMethods’
SemaDeclObjC.cpp:503: warning: comparison between signed and unsigned
integer expressions
SemaDeclObjC.cpp: In member function ‘void
clang
::Sema::ImplCategoryMethodsVsIntfMethods(clang::ObjcCategoryImplDecl*,
clang::ObjcCategoryDecl*)’:
SemaDeclObjC.cpp:532: error: ‘class clang::ObjcCategoryImplDecl’ has
no member named ‘getInstanceMethods’
SemaDeclObjC.cpp:533: warning: comparison between signed and unsigned
integer expressions
SemaDeclObjC.cpp:547: error: ‘class clang::ObjcCategoryImplDecl’ has
no member named ‘getClassMethods’
SemaDeclObjC.cpp:548: warning: comparison between signed and unsigned
integer expressions
make[1]: *** [/Volumes/sandbox/llvm/tools/clang/Sema/Debug/
SemaDeclObjC.o] Error 1
More information about the cfe-commits
mailing list