[cfe-commits] clang is broken for ObjC
Fariborz Jahanian
fjahanian at apple.com
Fri Jan 25 09:30:56 PST 2008
Almost all ObjC tests fail now with this message:
Parser/objc-foreach-error-1.m:17:1: error: expected identifier
@implementation MyList (BasicTest) // expected-error {{cannot find
interface declaration for 'MyList'}}
Sample:
******************** TEST 'Sema/undef-protocol-methods-1.m' FAILED!
********************
Command:
clang -fsyntax-only -verify Sema/undef-protocol-methods-1.m
Output:
Errors seen but not expected:
Line 28: expected identifier
******************** TEST 'Sema/undef-protocol-methods-1.m' FAILED!
********************
- Fariborz
>
More information about the cfe-commits
mailing list