Skip to content

Commit 8f99d67

Browse files
committed
[NFC] Address comment: auto to Token
1 parent a46e4aa commit 8f99d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkbufferoverrun.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static const Token* getRealBufferTok(const Token* tok) {
7979
if (!tok->isUnaryOp("&"))
8080
return tok;
8181

82-
const auto* op = tok->astOperand1();
82+
const Token* op = tok->astOperand1();
8383
return (op->valueType() && op->valueType()->pointer) ? op : tok;
8484
}
8585

0 commit comments

Comments
 (0)