mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
Rename ProgramScope to ToplevelScope
This commit is contained in:
@@ -49,7 +49,7 @@ module CfgScope {
|
||||
abstract predicate exit(AstNode last, Completion c);
|
||||
}
|
||||
|
||||
private class ProgramScope extends Range_, Toplevel {
|
||||
private class ToplevelScope extends Range_, Toplevel {
|
||||
final override predicate entry(AstNode first) { first(this, first) }
|
||||
|
||||
final override predicate exit(AstNode last, Completion c) { last(this, last, c) }
|
||||
|
||||
Reference in New Issue
Block a user