1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
16 lines
216 B
Objective-C
16 lines
216 B
Objective-C
@interface Y
|
|
-(void)f;
|
|
-(double)f2;
|
|
-(void)e;
|
|
@end
|
|
|
|
void foo2() {
|
|
// FIXME: Can't verify warnings in headers
|
|
//(void)@selector(y);
|
|
//(void)@selector(e);
|
|
}
|
|
|
|
@interface X (Blarg)
|
|
- (void)blarg_method;
|
|
@end
|