We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkLevelNormal
1 parent 989d276 commit 8b0916cCopy full SHA for 8b0916c
1 file changed
lib/valueflow.cpp
@@ -9353,8 +9353,8 @@ struct ValueFlowPassRunner {
9353
const ErrorMessage errmsg(callstack,
9354
state.tokenlist.getSourceFilePath(),
9355
Severity::information,
9356
- "ValueFlow analysis is limited in " + functionName +
9357
- ". 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.",
9358
"checkLevelNormal",
9359
Certainty::normal);
9360
state.errorLogger->reportErr(errmsg);
0 commit comments