Builtin objects

Author: LGTM

import python
from Expr e, string name
where e.pointsTo(Value::named(name)) and not name.charAt(_) = '.'
select e

Description

Finds expressions that refer to an object in the builtins module (like int or None).