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 765e1e1 commit 91b34d5Copy full SHA for 91b34d5
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPrivate.qll
@@ -221,9 +221,7 @@ class Unit extends TUnit {
221
*/
222
predicate isUnreachableInCall(Node n, DataFlowCall call) { none() }
223
224
-newtype LambdaCallKind =
225
- TYieldCallKind() or
226
- TLambdaCallKind()
+newtype LambdaCallKind = TODO_TLambdaCallKind()
227
228
/** Holds if `creation` is an expression that creates a lambda of kind `kind` for `c`. */
229
predicate lambdaCreation(Node creation, LambdaCallKind kind, DataFlowCallable c) { none() }
0 commit comments