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 ac1824a commit 7af8287Copy full SHA for 7af8287
cpp/downgrades/a8c2176e9a5cf9be8d17053a4c8e7e56b5aced6d/upgrade.properties
@@ -1,3 +1,3 @@
1
description: Support `__leave` statement
2
-compatibility: backwards
+compatibility: full
3
stmts.rel: run stmts.qlo
cpp/ql/lib/change-notes/2025-06-11-leave-stmt.md
@@ -2,4 +2,4 @@
category: feature
---
4
* The Microsoft-specific `__leave` statement is now supported.
5
-* A new class `LeaveStmt` extending `JumpStmt` was added to represent these statements.
+* A new class `LeaveStmt` extending `JumpStmt` was added to represent `__leave` statements.
0 commit comments