Array access
Author: LGTM
import cpp
from ArrayExpr a
where a.getArrayOffset() instanceof PostfixIncrExpr
select a
Description
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 a
Finds array access expressions with an index expression consisting of a postfix increment (`++`) expression.