C++: add change note for LeaveStmt

This commit is contained in:
idrissrio
2025-06-11 16:00:51 +02:00
parent a6b3310f77
commit e6faebf850

View File

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