mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "exprstmt" to "expr_stmt"
This commit is contained in:
@@ -151,7 +151,7 @@ jump_targets (unique int jump: @stmt ref,
|
||||
case @stmt.kind of
|
||||
0 = @empty_stmt
|
||||
| 1 = @block_stmt
|
||||
| 2 = @exprstmt
|
||||
| 2 = @expr_stmt
|
||||
| 3 = @ifstmt
|
||||
| 4 = @labeledstmt
|
||||
| 5 = @breakstmt
|
||||
|
||||
Reference in New Issue
Block a user