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 fb1ce2a commit 22d66b6Copy full SHA for 22d66b6
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -1356,7 +1356,7 @@ class ParameterNode extends Node {
1356
predicate isParameterOf(Function f, ParameterPosition pos) { none() } // overridden by subclasses
1357
1358
/** Gets the `Parameter` associated with this node, if it exists. */
1359
- Parameter getParameter() { none() }
+ Parameter getParameter() { none() } // overridden by subclasses
1360
}
1361
1362
/** An explicit positional parameter, including `this`, but not `...`. */
0 commit comments