mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
15 lines
561 B
Markdown
15 lines
561 B
Markdown
## 0.2.0
|
|
|
|
### 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`.
|
|
|
|
### New Features
|
|
|
|
* Added new libraries `Regex.qll` and `RegexTreeView.qll` for reasoning about regular expressions
|
|
in Swift code and places where they are evaluated.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Added a data flow model for `swap(_:_:)`.
|