]> granicus.if.org Git - clang/commitdiff
Quickfix for failing tests.
authorGeorge Karpenkov <ekarpenkov@apple.com>
Fri, 17 Aug 2018 23:54:00 +0000 (23:54 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Fri, 17 Aug 2018 23:54:00 +0000 (23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340110 91177308-0d34-0410-b5e6-96231b3b80d8

test/ARCMT/objcmt-arc-cf-annotations.m.result

index 84bc43dcb5ca75fe153783562051c0e9bc9c45b8..ac4794820eeba838e52e1f5ee78340fc88756dc4 100644 (file)
@@ -299,11 +299,11 @@ extern DADissenterRef DADissenterCreate( CFAllocatorRef allocator, DAReturn stat
 @protocol QCCompositionRenderer - (NSDictionary*) attributes;
 @end   @interface QCRenderer : NSObject <QCCompositionRenderer> {
 }
-- (id) createSnapshotImageOfType:(NSString*)type;
+- (id) createSnapshotImageOfType:(NSString*)type NS_RETURNS_RETAINED;
 @end  extern NSString* const QCViewDidStartRenderingNotification;
 @interface QCView : NSView <QCCompositionRenderer> {
 }
-- (id) createSnapshotImageOfType:(NSString*)type;
+- (id) createSnapshotImageOfType:(NSString*)type NS_RETURNS_RETAINED;
 @end    enum {
 ICEXIFOrientation1 = 1,     ICEXIFOrientation2 = 2,     ICEXIFOrientation3 = 3,     ICEXIFOrientation4 = 4,     ICEXIFOrientation5 = 5,     ICEXIFOrientation6 = 6,     ICEXIFOrientation7 = 7,     ICEXIFOrientation8 = 8, };
 @class ICDevice;