summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/misc-ps-eager-assume.m
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-06-13 16:42:53 +0000
committerDouglas Gregor <dgregor@apple.com>2011-06-13 16:42:53 +0000
commitc9224d6714b1902ef661f6c9a3dbad7faa18fedd (patch)
tree06ec3cce9612286a15560041ae074f0362fe6bc4 /clang/test/Analysis/misc-ps-eager-assume.m
parentbf31c4e4ca1fb09884b5c2030718ab4772320c7d (diff)
downloadbcm5719-llvm-c9224d6714b1902ef661f6c9a3dbad7faa18fedd.tar.gz
bcm5719-llvm-c9224d6714b1902ef661f6c9a3dbad7faa18fedd.zip
Eliminate the -f[no]objc-infer-related-result-type flags; there's no
reason to allow the user to control these semantics through a flag. llvm-svn: 132919
Diffstat (limited to 'clang/test/Analysis/misc-ps-eager-assume.m')
-rw-r--r--clang/test/Analysis/misc-ps-eager-assume.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Analysis/misc-ps-eager-assume.m b/clang/test/Analysis/misc-ps-eager-assume.m
index 649c4b07f54..4380a187b80 100644
--- a/clang/test/Analysis/misc-ps-eager-assume.m
+++ b/clang/test/Analysis/misc-ps-eager-assume.m
@@ -12,6 +12,7 @@ typedef struct _NSZone NSZone;
@end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder;
@end @interface NSObject <NSObject> {}
+ (id)alloc;
+- (id)init;
@end typedef struct {}
NSFastEnumerationState;
@protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
OpenPOWER on IntegriCloud