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.
auto
Token
1 parent a46e4aa commit 8f99d67Copy full SHA for 8f99d67
1 file changed
lib/checkbufferoverrun.cpp
@@ -79,7 +79,7 @@ static const Token* getRealBufferTok(const Token* tok) {
79
if (!tok->isUnaryOp("&"))
80
return tok;
81
82
- const auto* op = tok->astOperand1();
+ const Token* op = tok->astOperand1();
83
return (op->valueType() && op->valueType()->pointer) ? op : tok;
84
}
85
0 commit comments