diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 19:32:16 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-06-23 19:32:16 +0000 |
| commit | f698f7e71940663e26a4806a96fb0bdfa160c886 (patch) | |
| tree | 258c14596f927fd77ae8d727dc9c3d4471bf0f46 /lib/Analysis/RegionStore.cpp | |
| parent | d6aff018d446f22be4e4e0277080ebfa5b157288 (diff) | |
Import Clang r73984.vendor/clang/clang-r73984
Notes
svn path=/vendor/clang/dist/; revision=194755
svn path=/vendor/clang/clang-r73984/; revision=194757; tag=vendor/clang/clang-r73984
Diffstat (limited to 'lib/Analysis/RegionStore.cpp')
| -rw-r--r-- | lib/Analysis/RegionStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/RegionStore.cpp b/lib/Analysis/RegionStore.cpp index f76807beb29e..77f5b7cb39bb 100644 --- a/lib/Analysis/RegionStore.cpp +++ b/lib/Analysis/RegionStore.cpp @@ -939,7 +939,7 @@ SVal RegionStoreManager::Retrieve(const GRState *state, Loc L, QualType T) { } } - if (MRMgr.hasStackStorage(R) || MRMgr.hasHeapStorage(R)) { + if (R->hasHeapOrStackStorage()) { // All stack variables are considered to have undefined values // upon creation. All heap allocated blocks are considered to // have undefined values as well unless they are explicitly bound |
