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.
2 parents 87af5b7 + cfb9277 commit 99b9101Copy full SHA for 99b9101
cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -229,7 +229,7 @@ class Node extends TIRDataFlowNode {
229
Expr asIndirectArgument() { result = this.asIndirectArgument(_) }
230
231
/** Gets the positional parameter corresponding to this node, if any. */
232
- Parameter asParameter() { result = asParameter(0) }
+ Parameter asParameter() { result = this.asParameter(0) }
233
234
/**
235
* Gets the uninitialized local variable corresponding to this node, if
0 commit comments