summaryrefslogtreecommitdiffstats
path: root/test/Analysis/complex.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-01-22 22:40:54 +0000
committerTed Kremenek <kremenek@apple.com>2009-01-22 22:40:54 +0000
commit9945781a1f59269188403752be3028d3d248c46b (patch)
treec8b618578c7c513514dc1eac301d36c3d32395b6 /test/Analysis/complex.c
parenta05ff45ca2941be7ab848940fe03e32fba8346bf (diff)
This test case now passes with RegionStore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62795 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/complex.c')
-rw-r--r--test/Analysis/complex.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Analysis/complex.c b/test/Analysis/complex.c
index 22a239aace..fd3d429a1a 100644
--- a/test/Analysis/complex.c
+++ b/test/Analysis/complex.c
@@ -1,4 +1,6 @@
-// RUN: clang -analyze -checker-simple -verify %s
+// 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
#include <stdint.h>