- The
BraceStmt
AST node'sAstNode getElement(index)
member predicate no longer returnsVarDecl
s after thePatternBindingDecl
that declares them. Instead, a newVarDecl getVariable(index)
predicate has been introduced for accessing the variables declared in aBraceStmt
.
- Added new libraries
Regex.qll
andRegexTreeView.qll
for reasoning about regular expressions in Swift code and places where they are evaluated.
- Added a data flow model for
swap(_:_:)
.