From: Ted Kremenek Date: Fri, 21 Nov 2008 00:15:15 +0000 (+0000) Subject: Enable test file for 'region store' in addition to basic store. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f49055456049bdff41f61231553d29573fac184;p=clang Enable test file for 'region store' in addition to basic store. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59762 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/uninit-vals-ps.c b/test/Analysis/uninit-vals-ps.c index 5d4f4429b5..a287002db7 100644 --- a/test/Analysis/uninit-vals-ps.c +++ b/test/Analysis/uninit-vals-ps.c @@ -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);