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 4e1b44a commit 8115774Copy full SHA for 8115774
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -291,6 +291,9 @@ private module Cached {
291
// flow through a flow summary (extension of `SummaryModelCsv`)
292
FlowSummaryImpl::Private::Steps::summaryLocalStep(nodeFrom.(FlowSummaryNode).getSummaryNode(),
293
nodeTo.(FlowSummaryNode).getSummaryNode(), true)
294
+ or
295
+ // flow step according to the closure capture library
296
+ captureValueStep(nodeFrom, nodeTo)
297
}
298
299
/**
0 commit comments