[clang] change `auto` to `Expr` in last commit [NFC]

This commit is contained in:
YingChi Long 2022-08-04 21:15:45 +08:00
parent f417583f31
commit 282d4755c3
No known key found for this signature in database
GPG Key ID: 7C44FE7AD4EF9C49
1 changed files with 1 additions and 1 deletions

View File

@ -8716,7 +8716,7 @@ tryAgain:
}
}
}
if (const auto *SLE = maybeConstEvalStringLiteral(S.Context, E))
if (const Expr *SLE = maybeConstEvalStringLiteral(S.Context, E))
return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg,
Type, CallType, /*InFunctionCall*/ false,
CheckedVarArgs, UncoveredArg, Offset,