зеркало из https://github.com/microsoft/clang-1.git
Use utility method to create 0-index into ElementRegion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a8ded8be82
Коммит
75185b5872
|
@ -672,8 +672,8 @@ SVal RegionStoreManager::ArrayToPointer(Loc Array) {
|
|||
ArrayType *AT = cast<ArrayType>(T);
|
||||
T = AT->getElementType();
|
||||
|
||||
nonloc::ConcreteInt Idx(getBasicVals().getZeroWithPtrWidth(false));
|
||||
ElementRegion* ER = MRMgr.getElementRegion(T, Idx, ArrayR, getContext());
|
||||
SVal ZeroIdx = ValMgr.makeZeroArrayIndex();
|
||||
ElementRegion* ER = MRMgr.getElementRegion(T, ZeroIdx, ArrayR, getContext());
|
||||
|
||||
return loc::MemRegionVal(ER);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче