mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
430 B
430 B
category
| category |
|---|
| feature |
- Added AST nodes
UsingDecl,UnsafeExpr, andInlineArrayTypethat correspond to new nodes in Swift 6.2. - Added new predicates
isDistributedGet,isRead2,isModify2, andisInitto theAccessorclass that correspond to new accessors in Swift 6.2. - Added a new predicate
isApplyto theKeyPathComponentclass that corresponds to method and initializer key path components in Swift 6.2.