Skip to content

Commit 5407b57

Browse files
committed
Swift: add change note
1 parent aac6cf6 commit 5407b57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Added indexed `getVariable` to `CaptureListExpr`, improving its AST printing and data flow.

swift/ql/lib/codeql/swift/elements/expr/CaptureListExpr.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
private import codeql.swift.generated.expr.CaptureListExpr
2-
private import codeql.swift.elements.decl.VarDecl
32
private import codeql.swift.elements.pattern.NamedPattern
43

54
class CaptureListExpr extends Generated::CaptureListExpr {

0 commit comments

Comments
 (0)