C++: address review comments

This commit is contained in:
idrissrio
2025-06-13 09:41:19 +02:00
parent ac1824aba7
commit 7af828720a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
description: Support `__leave` statement description: Support `__leave` statement
compatibility: backwards compatibility: full
stmts.rel: run stmts.qlo stmts.rel: run stmts.qlo

View File

@@ -2,4 +2,4 @@
category: feature category: feature
--- ---
* The Microsoft-specific `__leave` statement is now supported. * The Microsoft-specific `__leave` statement is now supported.
* A new class `LeaveStmt` extending `JumpStmt` was added to represent these statements. * A new class `LeaveStmt` extending `JumpStmt` was added to represent `__leave` statements.