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 dd96095 commit 250cb30Copy full SHA for 250cb30
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -319,7 +319,8 @@ private module Cached {
319
/** This is the local flow predicate that is exposed. */
320
cached
321
predicate localFlowStepImpl(Node nodeFrom, Node nodeTo) {
322
- localFlowStepCommon(nodeFrom, nodeTo) or
+ localFlowStepCommon(nodeFrom, nodeTo)
323
+ or
324
// models-as-data summarized flow
325
FlowSummaryImpl::Private::Steps::summaryThroughStepValue(nodeFrom, nodeTo, _)
326
}
0 commit comments