We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55eb9fb commit 7a4de55Copy full SHA for 7a4de55
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -2213,6 +2213,7 @@ case @stmt.kind of
2213
| 37 = @stmt_co_return
2214
| 38 = @stmt_consteval_if
2215
| 39 = @stmt_not_consteval_if
2216
+| 40 = @stmt_leave
2217
;
2218
2219
type_vla(
@@ -2349,7 +2350,7 @@ blockscope(
2349
2350
int enclosing: @parameterized_element ref
2351
);
2352
-@jump = @stmt_goto | @stmt_break | @stmt_continue;
2353
+@jump = @stmt_goto | @stmt_break | @stmt_continue | @stmt_leave;
2354
2355
@jumporlabel = @jump | @stmt_label | @literal;
2356
0 commit comments