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 f32d77b commit f9d5e56Copy full SHA for f9d5e56
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -95,7 +95,7 @@ private module Cached {
95
} or
96
TSourceParameterNode(ParamDecl param) or
97
TKeyPathParameterNode(EntryNode entry) { entry.getScope() instanceof KeyPathExpr } or
98
- TKeyPathReturnNode(ExitNode entry) { entry.getScope() instanceof KeyPathExpr } or
+ TKeyPathReturnNode(ExitNode exit) { exit.getScope() instanceof KeyPathExpr } or
99
TKeyPathComponentNode(KeyPathComponent component) or
100
TSummaryParameterNode(FlowSummary::SummarizedCallable c, ParameterPosition pos) {
101
FlowSummaryImpl::Private::summaryParameterNodeRange(c, pos)
0 commit comments