summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-10 00:41:58 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-10 00:41:58 +0000
commitf66557978e9f0a288add6ab385a52f66ed474a49 (patch)
treeaa901117061644cfd1b9438a12307f73e35d9dd8 /clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
parent98f741bd77af14bb04b46117f255712a50a15fd8 (diff)
downloadbcm5719-llvm-f66557978e9f0a288add6ab385a52f66ed474a49.tar.gz
bcm5719-llvm-f66557978e9f0a288add6ab385a52f66ed474a49.zip
Switch BasicStoreManager to use the new CastRegion implementation by default,
and replace the 'clang-cc' option '-analyzer-store=basic-new-cast' with '-analyzer-store=basic-old-cast'. We'll keep the old CastRegion implementation around for a little while for regression testing. llvm-svn: 75209
Diffstat (limited to 'clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m')
-rw-r--r--clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m b/clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
index 6ff3c14948c..a052add2e27 100644
--- a/clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
+++ b/clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
@@ -1,5 +1,5 @@
// RUN: clang-cc -triple i386-apple-darwin9 -analyze -checker-cfref -analyzer-constraints=basic -analyzer-store=basic %s -verify &&
-// RUN: clang-cc -triple i386-apple-darwin9 -analyze -checker-cfref -analyzer-constraints=basic -analyzer-store=basic-new-cast %s -verify
+// RUN: clang-cc -triple i386-apple-darwin9 -analyze -checker-cfref -analyzer-constraints=basic -analyzer-store=basic-old-cast %s -verify
@interface MyClass {}
- (void *)voidPtrM;
OpenPOWER on IntegriCloud