aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/region-1.m
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
commit4301526e8dad61db333728626e8fe3c916bb2cc2 (patch)
tree09ca780b262fca2176c25e78d0172389293a81ac /clang/test/Analysis/region-1.m
parent766733289964f94e00243bc3e305073b21fb21b8 (diff)
downloadllvm-4301526e8dad61db333728626e8fe3c916bb2cc2.zip
llvm-4301526e8dad61db333728626e8fe3c916bb2cc2.tar.gz
llvm-4301526e8dad61db333728626e8fe3c916bb2cc2.tar.bz2
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
OldCastRegion used), and the associated command line option '-analyzer-store=old-basic-cast'. llvm-svn: 77509
Diffstat (limited to 'clang/test/Analysis/region-1.m')
-rw-r--r--clang/test/Analysis/region-1.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Analysis/region-1.m b/clang/test/Analysis/region-1.m
index 21a7f47..68a375b 100644
--- a/clang/test/Analysis/region-1.m
+++ b/clang/test/Analysis/region-1.m
@@ -1,5 +1,4 @@
// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic -verify %s &&
-// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic-old-cast -verify %s &&
// RUN: clang-cc -analyze -checker-cfref -analyzer-store=region -verify %s
//
// This test case simply should not crash. It evaluates the logic of not