summaryrefslogtreecommitdiffstats
path: root/test/Analysis/complex.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-02-17 23:32:18 +0000
committerTed Kremenek <kremenek@apple.com>2009-02-17 23:32:18 +0000
commit9457a800f1fea4db4bb595c77de277609913b1b3 (patch)
tree5bef94592c39b2669bb1995b0daebc522fcdb9b2 /test/Analysis/complex.c
parent938eef139ad43345248235da31f78a759dd18f13 (diff)
Update several tests to explicitly use BasicConstraintManager as well as to use RangeConstraintManager with RegionStoreManager.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/complex.c')
-rw-r--r--test/Analysis/complex.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c
index f2ade5aa1c..eed3ed44f3 100644
--- a/test/Analysis/complex.c
+++ b/test/Analysis/complex.c
@@ -1,6 +1,8 @@
-// RUN: clang -analyze -checker-simple -verify %s &&
-// RUN: clang -analyze -checker-cfref -analyzer-store=basic -verify %s &&
-// RUN: clang -analyze -checker-cfref -analyzer-store=region -verify %s
+// RUN: clang -analyze -checker-simple -analyzer-store=basic -analyzer-constraints=basic -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=basic -analyzer-constraints=basic -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=basic -analyzer-constraints=range -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=region -analyzer-constraints=basic -verify %s &&
+// RUN: clang -analyze -checker-cfref -analyzer-store=region -analyzer-constraints=range -verify %s
#include <stdint.h>