Merge pull request #7332 from tausbn/python-fix-bad-scope-entry-points-to-join

Python: Fix bad `scope_entry_points_to` join
This commit is contained in:
Rasmus Wriedt Larsen
2021-12-10 15:33:13 +01:00
committed by GitHub

View File

@@ -656,6 +656,7 @@ module PointsToInternal {
builtin_not_in_outer_scope(def, context, value, origin)
}
pragma[nomagic]
private predicate undefined_variable(
ScopeEntryDefinition def, PointsToContext context, ObjectInternal value, ControlFlowNode origin
) {
@@ -674,6 +675,7 @@ module PointsToInternal {
origin = def.getDefiningNode()
}
pragma[nomagic]
private predicate builtin_not_in_outer_scope(
ScopeEntryDefinition def, PointsToContext context, ObjectInternal value, ControlFlowNode origin
) {