We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e120e84 commit 49da113Copy full SHA for 49da113
swift/ql/lib/codeql/swift/dataflow/Ssa.qll
@@ -185,7 +185,7 @@ module Ssa {
185
cached
186
predicate assigns(CfgNode value) {
187
exists(
188
- AssignExpr a, SsaInput::BasicBlock bb, int i // TODO: use CFG node for assignment expr
+ AssignExpr a, SsaInput::BasicBlock bb, int i
189
|
190
this.definesAt(_, bb, i) and
191
a = bb.getNode(i).getNode().asAstNode() and
0 commit comments