Running astyle [ci skip].
This commit is contained in:
parent
f449e75214
commit
0721c9f7f0
|
@ -228,7 +228,8 @@ void CheckBufferOverrun::arrayIndex()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static std::string arrayIndexMessage(const Token *tok, const Variable *var, const ValueFlow::Value *index) {
|
static std::string arrayIndexMessage(const Token *tok, const Variable *var, const ValueFlow::Value *index)
|
||||||
|
{
|
||||||
std::string array = tok->astOperand1()->expressionString();
|
std::string array = tok->astOperand1()->expressionString();
|
||||||
for (const Dimension &dim : var->dimensions())
|
for (const Dimension &dim : var->dimensions())
|
||||||
array += "[" + MathLib::toString(dim.num) + "]";
|
array += "[" + MathLib::toString(dim.num) + "]";
|
||||||
|
|
Loading…
Reference in New Issue