Array access
Author: LGTM
import cpp
from ArrayExpr a
where a.getArrayOffset() instanceof PostfixIncrExpr
select aDescription
Finds array access expressions with an index expression consisting of a postfix increment (`++`) expression.
import cpp
from ArrayExpr a
where a.getArrayOffset() instanceof PostfixIncrExpr
select aFinds array access expressions with an index expression consisting of a postfix increment (`++`) expression.