mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
561 B
561 B
0.2.0
Breaking Changes
- The
BraceStmtAST node'sAstNode getElement(index)member predicate no longer returnsVarDecls after thePatternBindingDeclthat declares them. Instead, a newVarDecl getVariable(index)predicate has been introduced for accessing the variables declared in aBraceStmt.
New Features
- Added new libraries
Regex.qllandRegexTreeView.qllfor reasoning about regular expressions in Swift code and places where they are evaluated.
Minor Analysis Improvements
- Added a data flow model for
swap(_:_:).