summaryrefslogtreecommitdiffstats
path: root/test/Analysis/complex.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-06 21:58:46 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-06 21:58:46 +0000
commite1cea75e70d76f55157749a7bcad319050492945 (patch)
tree9612cec25221b3dd84461c85cad4cb3d8ff05e71 /test/Analysis/complex.c
parent0daea7a162bee39b1b1dd63b7bceccd3224a6a63 (diff)
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/complex.c')
-rw-r--r--test/Analysis/complex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c
index cef624577a..dd5e09a361 100644
--- a/test/Analysis/complex.c
+++ b/test/Analysis/complex.c
@@ -1,5 +1,7 @@
// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic -analyzer-constraints=basic -verify %s &&
+// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic-new-cast -analyzer-constraints=basic -verify %s &&
// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic -analyzer-constraints=range -verify %s &&
+// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic-new-cast -analyzer-constraints=range -verify %s &&
// RUN: clang-cc -analyze -checker-cfref -analyzer-store=region -analyzer-constraints=basic -verify %s &&
// RUN: clang-cc -analyze -checker-cfref -analyzer-store=region -analyzer-constraints=range -verify %s