diff options
Diffstat (limited to 'clang/test/Analysis/system-header-simulator-objc.h')
-rw-r--r-- | clang/test/Analysis/system-header-simulator-objc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/system-header-simulator-objc.h b/clang/test/Analysis/system-header-simulator-objc.h index 3fe21920aef..92d5899abf8 100644 --- a/clang/test/Analysis/system-header-simulator-objc.h +++ b/clang/test/Analysis/system-header-simulator-objc.h @@ -39,6 +39,7 @@ typedef struct _NSZone NSZone; @protocol NSObject - (BOOL)isEqual:(id)object; - (id)retain; +- (id)copy; - (oneway void)release; - (id)autorelease; - (id)init; |