forked from OSchip/llvm-project
parent
01b8a5a967
commit
28f41ba829
|
@ -1686,6 +1686,8 @@ void GRExprEngine::VisitInitListExpr(InitListExpr* E, NodeTy* Pred,
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (Loc::IsLocType(T) || T->isIntegerType()) {
|
||||
|
|
Loading…
Reference in New Issue