зеркало из https://github.com/microsoft/clang-1.git
silence a warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85931 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
2d1c214141
Коммит
cf18465531
|
@ -966,7 +966,7 @@ bool IntExprEvaluator::VisitCallExpr(const CallExpr *E) {
|
|||
|
||||
if (HasSideEffects(E->getArg(0), Info.Ctx)) {
|
||||
if (E->getArg(1)->EvaluateAsInt(Info.Ctx).getZExtValue() < 2)
|
||||
return Success(-1, E);
|
||||
return Success(-1ULL, E);
|
||||
return Success(0, E);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче