forked from OSchip/llvm-project
[clang] change `auto` to `Expr` in last commit [NFC]
This commit is contained in:
parent
f417583f31
commit
282d4755c3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue