summaryrefslogtreecommitdiffstats
path: root/test/Analysis/override-werror.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-29 21:43:22 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-29 21:43:22 +0000
commitf7a0cf426eddae76e1a71dd2295631a2cf0560af (patch)
treeda740e164bd7a40f49e72712c45867909f4962a1 /test/Analysis/override-werror.c
parentb7b6c4c6c72f817df4485329221b4de721a62340 (diff)
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
OldCastRegion used), and the associated command line option '-analyzer-store=old-basic-cast'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/override-werror.c')
-rw-r--r--test/Analysis/override-werror.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Analysis/override-werror.c b/test/Analysis/override-werror.c
index 13adbfc404..f928ee031f 100644
--- a/test/Analysis/override-werror.c
+++ b/test/Analysis/override-werror.c
@@ -1,5 +1,4 @@
// RUN: clang-cc -analyze -checker-cfref -Werror %s -analyzer-store=basic -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