ValueFlow: improved `checkLevelNormal` message (#5584)
This commit is contained in:
parent
989d276dde
commit
8b0916c319
|
@ -9353,8 +9353,8 @@ struct ValueFlowPassRunner {
|
||||||
const ErrorMessage errmsg(callstack,
|
const ErrorMessage errmsg(callstack,
|
||||||
state.tokenlist.getSourceFilePath(),
|
state.tokenlist.getSourceFilePath(),
|
||||||
Severity::information,
|
Severity::information,
|
||||||
"ValueFlow analysis is limited in " + functionName +
|
"Limiting ValueFlow analysis in function '" + functionName + "' since it is too complex. "
|
||||||
". Use --check-level=exhaustive if full analysis is wanted.",
|
"Please specify --check-level=exhaustive to perform full analysis.",
|
||||||
"checkLevelNormal",
|
"checkLevelNormal",
|
||||||
Certainty::normal);
|
Certainty::normal);
|
||||||
state.errorLogger->reportErr(errmsg);
|
state.errorLogger->reportErr(errmsg);
|
||||||
|
|
Loading…
Reference in New Issue