diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-11-21 00:15:15 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-11-21 00:15:15 +0000 |
commit | 9f49055456049bdff41f61231553d29573fac184 (patch) | |
tree | 2cf2f888b6d3b120b24148f979c8b7262620240f | |
parent | d1cc8040ea57775e52d23765a9a6c1fa4b75526f (diff) |
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
-rw-r--r-- | test/Analysis/uninit-vals-ps.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |