]> granicus.if.org Git - clang/commitdiff
Add region store model to path-sensitive testing.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 10 Nov 2008 09:43:12 +0000 (09:43 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 10 Nov 2008 09:43:12 +0000 (09:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58983 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/null-deref-ps.c

index a085d5a963eda5b3d64e96e122e42155d70950bf..87d7938242288c8b5436151848e1add0394d9394 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: clang -std=gnu99 -checker-simple -verify %s
+// RUN: clang -std=gnu99 -checker-simple -analyzer-store-region -verify %s
 
 #include<stdint.h>
 #include <assert.h>