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 3fed7f5 commit f238b08Copy full SHA for f238b08
cpp/ql/lib/semmlecode.cpp.dbscheme
@@ -2212,6 +2212,7 @@ case @stmt.kind of
2212
| 37 = @stmt_co_return
2213
| 38 = @stmt_consteval_if
2214
| 39 = @stmt_not_consteval_if
2215
+| 40 = @stmt_leave
2216
;
2217
2218
type_vla(
@@ -2348,7 +2349,7 @@ blockscope(
2348
2349
int enclosing: @parameterized_element ref
2350
);
2351
-@jump = @stmt_goto | @stmt_break | @stmt_continue;
2352
+@jump = @stmt_goto | @stmt_break | @stmt_continue | @stmt_leave;
2353
2354
@jumporlabel = @jump | @stmt_label | @literal;
2355
0 commit comments