mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "stmtparent" to "stmt_parent"
This commit is contained in:
@@ -135,7 +135,7 @@ is_closure_module (int tl: @toplevel ref);
|
||||
#keyset[parent, idx]
|
||||
stmts (unique int id: @stmt,
|
||||
int kind: int ref,
|
||||
int parent: @stmtparent ref,
|
||||
int parent: @stmt_parent ref,
|
||||
int idx: int ref,
|
||||
varchar(900) tostring: string ref);
|
||||
|
||||
@@ -145,7 +145,7 @@ stmt_containers (unique int stmt: @stmt ref,
|
||||
jump_targets (unique int jump: @stmt ref,
|
||||
int target: @stmt ref);
|
||||
|
||||
@stmtparent = @stmt | @toplevel | @functionexpr | @arrowfunctionexpr;
|
||||
@stmt_parent = @stmt | @toplevel | @functionexpr | @arrowfunctionexpr;
|
||||
@stmt_container = @toplevel | @function | @namespacedeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration;
|
||||
|
||||
case @stmt.kind of
|
||||
|
||||
Reference in New Issue
Block a user