summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/override-werror.c
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/override-werror.c
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/override-werror.c')
-rw-r--r--clang/test/Analysis/override-werror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/override-werror.c b/clang/test/Analysis/override-werror.c
index 899ea17793d..13adbfc404b 100644
--- a/clang/test/Analysis/override-werror.c
+++ b/clang/test/Analysis/override-werror.c
@@ -1,5 +1,5 @@
// RUN: clang-cc -analyze -checker-cfref -Werror %s -analyzer-store=basic -verify &&
-// RUN: clang-cc -analyze -checker-cfref -Werror %s -analyzer-store=basic-new-cast -verify &&
+// RUN: clang-cc -analyze -checker-cfref -Werror %s -analyzer-store=basic-old-cast -verify &&
// RUN: clang-cc -analyze -checker-cfref -Werror %s -analyzer-store=region -verify
// This test case illustrates that using '-analyze' overrides the effect of
OpenPOWER on IntegriCloud