Integer literal
Author: LGTM
import cpp
from Literal literal
where
literal.getType() instanceof IntType and
literal.getValue().toInt() = 2
select literal
Description
Finds places where we use the integer literal `2`
import cpp
from Literal literal
where
literal.getType() instanceof IntType and
literal.getValue().toInt() = 2
select literal
Finds places where we use the integer literal `2`