Increment statements in loops
Author: LGTM
import go
from IncStmt s, LoopStmt l
where s.getParent+() = l
select s, lDescription
Finds increment statements that are nested in a loop
import go
from IncStmt s, LoopStmt l
where s.getParent+() = l
select s, lFinds increment statements that are nested in a loop