From f1456aa04005cc97ff8bc655e32cbfe73fc73875 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 22 Jan 2009 22:43:59 +0000 Subject: [PATCH] This test case now passes with RegionStore. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62799 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/func.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.50.1