[cfe-dev] New (?) ObjC SemA regression

Steve Naroff snaroff at apple.com
Sun Nov 11 20:10:13 PST 2007


The regression is specific to properties (a new feature in ObjC2).

Here is a minimal test case that exposes the bug...

[steve-naroffs-imac:llvm/tools/clang] snaroff% cat web.m

@class WebScriptObject;

@interface DOMObject : WebScriptObject
@end

@interface DOMObject (DOMLinkStyle)
@property(readonly, retain) DOMStyleSheet *sheet;
@end

Thanks,

snaroff



More information about the cfe-dev mailing list