mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: address review comments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user