mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "blockstmt" to "block_stmt"
This commit is contained in:
@@ -141,7 +141,7 @@ class EmptyStmt extends @empty_stmt, Stmt { }
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
class BlockStmt extends @blockstmt, Stmt {
|
||||
class BlockStmt extends @block_stmt, Stmt {
|
||||
/** Gets the `i`th statement in this block. */
|
||||
Stmt getStmt(int i) { result = getChildStmt(i) }
|
||||
|
||||
|
||||
@@ -150,7 +150,7 @@ jump_targets (unique int jump: @stmt ref,
|
||||
|
||||
case @stmt.kind of
|
||||
0 = @empty_stmt
|
||||
| 1 = @blockstmt
|
||||
| 1 = @block_stmt
|
||||
| 2 = @exprstmt
|
||||
| 3 = @ifstmt
|
||||
| 4 = @labeledstmt
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<v>1136</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@blockstmt</k>
|
||||
<k>@block_stmt</k>
|
||||
<v>204994</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user