зеркало из https://github.com/microsoft/clang-1.git
Add an assertion to make our intention more clear.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58030 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
7a64a0329a
Коммит
e564b52da5
|
@ -1506,6 +1506,8 @@ void GRExprEngine::VisitCast(Expr* CastE, Expr* Ex, NodeTy* Pred, NodeSet& Dst){
|
|||
|
||||
// StoreManager casts array to different values.
|
||||
if (ExTy->isArrayType()) {
|
||||
assert(T->isPointerType());
|
||||
|
||||
V = StateMgr.ArrayToPointer(V);
|
||||
MakeNode(Dst, CastE, N, SetSVal(St, CastE, V));
|
||||
continue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче