mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "emptystmt" to "empty_stmt"
This commit is contained in:
@@ -128,7 +128,7 @@ class LoopStmt extends TLoopStmt, ControlStmt {
|
||||
* ;
|
||||
* ```
|
||||
*/
|
||||
class EmptyStmt extends @emptystmt, Stmt { }
|
||||
class EmptyStmt extends @empty_stmt, Stmt { }
|
||||
|
||||
/**
|
||||
* A block of statements.
|
||||
|
||||
@@ -149,7 +149,7 @@ jump_targets (unique int jump: @stmt ref,
|
||||
@stmt_container = @toplevel | @function | @namespace_declaration | @external_module_declaration | @global_augmentation_declaration;
|
||||
|
||||
case @stmt.kind of
|
||||
0 = @emptystmt
|
||||
0 = @empty_stmt
|
||||
| 1 = @blockstmt
|
||||
| 2 = @exprstmt
|
||||
| 3 = @ifstmt
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<v>1096691</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@emptystmt</k>
|
||||
<k>@empty_stmt</k>
|
||||
<v>1136</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user