]> granicus.if.org Git - clang/commitdiff
Enable test file for 'region store' in addition to basic store.
authorTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 00:15:15 +0000 (00:15 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 21 Nov 2008 00:15:15 +0000 (00:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59762 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/uninit-vals-ps.c

index 5d4f4429b5d51279a2f922cc732e63e93d2cd69a..a287002db740ebab982deb88b8fb1bc972837aae 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: clang -checker-simple -verify %s
+// RUN: clang -checker-simple -verify %s &&
+// RUN: clang -checker-simple -analyzer-store-region -verify %s
 
 struct FPRec {
   void (*my_func)(int * x);