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 2106d48 commit 425d66eCopy full SHA for 425d66e
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -74,8 +74,8 @@ private module Cached {
74
or
75
// use-use flow
76
def.adjacentReadPair(nodeFrom.getCfgNode(), nodeTo.getCfgNode())
77
- // step from previous read to Phi node
78
+ // step from previous read to Phi node
79
localFlowSsaInput(nodeFrom, def, nodeTo.asDefinition())
80
)
81
}
0 commit comments