We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862de15 commit 78e08cfCopy full SHA for 78e08cf
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -870,7 +870,6 @@ private module CaptureInput implements VariableCapture::InputSig {
870
871
BasicBlock getABasicBlockSuccessor(BasicBlock bb) { result = bb.(B::BasicBlock).getASuccessor() }
872
873
- //TODO: support capture of `this` in lambdas
874
class CapturedVariable instanceof S::VarDecl {
875
CapturedVariable() {
876
any(S::CapturedDecl capturedDecl).getDecl() = this and
0 commit comments