We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4036c4 commit c70ec62Copy full SHA for c70ec62
lib/check64bit.cpp
@@ -52,7 +52,7 @@ static bool isFunctionPointer(const Token* tok)
52
{
53
if (!tok || !tok->variable())
54
return false;
55
- return Token::Match(tok->variable()->nameToken(), "%name% ) (");
+ return Tokenizer::isFunctionPointer(tok->variable()->nameToken());
56
}
57
58
void Check64BitPortability::pointerassignment()
0 commit comments