mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Update swift/ql/lib/CHANGELOG.md
This commit is contained in:
committed by
GitHub
parent
82ff045315
commit
cc6ac812af
@@ -2,7 +2,7 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* The `BraceStmt` AST node's `AstNode getElement(index)` member predicate no longer returns `VarDecl`s after the `PatternBindingDecl` that declares them. Instead, a new `VarDecl getVariable(index)` predicate has been introduced for accessing the variables declared in a `BraceStmt`. This change only affects query writers.
|
||||
* The `BraceStmt` AST node's `AstNode getElement(index)` member predicate no longer returns `VarDecl`s after the `PatternBindingDecl` that declares them. Instead, a new `VarDecl getVariable(index)` predicate has been introduced for accessing the variables declared in a `BraceStmt`.
|
||||
|
||||
### New Features
|
||||
|
||||
|
||||
Reference in New Issue
Block a user