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 7c1fb5d commit e81c62eCopy full SHA for e81c62e
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -161,7 +161,7 @@ private module Cached {
161
// value argument
162
nodeFrom.asExpr() = nco.getAnOperand()
163
or
164
- // unpack closure (the second argument is typically an `AutoClosureExpr` argument)
+ // unpack closure (the second argument is an `AutoClosureExpr` argument)
165
nodeFrom.asExpr() = nco.getAnOperand().(AutoClosureExpr).getExpr()
166
)
167
0 commit comments