Skip to content

Fix 14937: False positive: inconclusive nullPointerRedundantCheck with thunk#8755

Open
pfultz2 wants to merge 3 commits into
cppcheck-opensource:mainfrom
pfultz2:symboldb-thunk-call
Open

Fix 14937: False positive: inconclusive nullPointerRedundantCheck with thunk#8755
pfultz2 wants to merge 3 commits into
cppcheck-opensource:mainfrom
pfultz2:symboldb-thunk-call

Conversation

@pfultz2

@pfultz2 pfultz2 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread lib/symboldatabase.cpp
const Function* Scope::findFunction(const Token *tok, bool requireConst, Reference ref) const
const Function* Scope::findFunction(const Token* tok, bool requireConst, Reference ref, const std::string& funcName) const
{
const std::string& name = funcName.empty() ? tok->str() : funcName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants