Skip to content

Commit 8b0916c

Browse files
authored
ValueFlow: improved checkLevelNormal message (#5584)
1 parent 989d276 commit 8b0916c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/valueflow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9353,8 +9353,8 @@ struct ValueFlowPassRunner {
93539353
const ErrorMessage errmsg(callstack,
93549354
state.tokenlist.getSourceFilePath(),
93559355
Severity::information,
9356-
"ValueFlow analysis is limited in " + functionName +
9357-
". Use --check-level=exhaustive if full analysis is wanted.",
9356+
"Limiting ValueFlow analysis in function '" + functionName + "' since it is too complex. "
9357+
"Please specify --check-level=exhaustive to perform full analysis.",
93589358
"checkLevelNormal",
93599359
Certainty::normal);
93609360
state.errorLogger->reportErr(errmsg);

0 commit comments

Comments
 (0)