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