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.
this
1 parent 87af5b7 commit cfb9277Copy full SHA for cfb9277
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