mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C++: add change note for LeaveStmt
This commit is contained in:
5
cpp/ql/lib/change-notes/2025-06-11-leave-stmt.md
Normal file
5
cpp/ql/lib/change-notes/2025-06-11-leave-stmt.md
Normal 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.
|
||||
Reference in New Issue
Block a user