Files
clang-p2996/clang/test/Modules/Inputs/objc-hidden/System/X.h
Manman Ren a58f92f09d Module: for ObjectiveC, be consistent when checking hidden decls.
In MatchAllMethodDeclarations, when checking a hidden decl, be sure
to allow hidden when searching for methods.

rdar://28699972

llvm-svn: 283943
2016-10-11 21:18:20 +00:00

6 lines
91 B
Objective-C

@protocol NSObject
@property (readonly) int hash;
@end
@interface NSObject <NSObject>
@end