summaryrefslogtreecommitdiffstats
path: root/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
commitc037eac3bda3c636c961aab6377beea3242e81e4 (patch)
tree68cf85035c332e024fbffba49ba8f42a727ab91f /test/Analysis/override-werror.c
parentfdee089b11e0bb57aa2c7291dd5e4201c2f906ff (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75209 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/override-werror.c')
-rw-r--r--test/Analysis/override-werror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/override-werror.c b/test/Analysis/override-werror.c
index 899ea17793..13adbfc404 100644
--- a/test/Analysis/override-werror.c
+++ b/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