From: Zhongxing Xu Date: Mon, 10 Nov 2008 09:43:12 +0000 (+0000) Subject: Add region store model to path-sensitive testing. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe81bc215e823e57b5a6dfb92fe0363c9bd07c46;p=clang Add region store model to path-sensitive testing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58983 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/null-deref-ps.c b/test/Analysis/null-deref-ps.c index a085d5a963..87d7938242 100644 --- a/test/Analysis/null-deref-ps.c +++ b/test/Analysis/null-deref-ps.c @@ -1,4 +1,5 @@ // RUN: clang -std=gnu99 -checker-simple -verify %s +// RUN: clang -std=gnu99 -checker-simple -analyzer-store-region -verify %s #include #include