diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-01-22 22:43:59 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-01-22 22:43:59 +0000 |
commit | f1456aa04005cc97ff8bc655e32cbfe73fc73875 (patch) | |
tree | e7cff098cb1ecd1803bead73a017138d1424219f | |
parent | 04b1de1f73ec8cad2a5e0a6a4c3c3f8b9b1b09a2 (diff) |
This test case now passes with RegionStore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62799 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/func.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Analysis/func.c b/test/Analysis/func.c index 53c4432a4d..49f2731256 100644 --- a/test/Analysis/func.c +++ b/test/Analysis/func.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 void f(void) { void (*p)(void); |