enabled `valueFlowBailoutIncompleteVar` in selfcheck by firewave · Pull Request #5351 · cppcheck-opensource/cppcheck
Seems like the remaining bailouts are cfg-related, except for that uninstantiated(?) template parameter.
lib/astutils.cpp:343:90: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable intvalue [valueFlowBailoutIncompleteVar]
if (!tok->varId() && tok->hasKnownIntValue() && std::to_string(tok->values().front().intvalue) == rhs)
^
Seems like the remaining bailouts are cfg-related, except for that uninstantiated(?) template parameter.
The most common ones actually require special handling and cannot simply be solved via the configuration. I filed tickets for most of them as they are also the top results in daca.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters