Skip to content

Commit 22d66b6

Browse files
authored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
1 parent fb1ce2a commit 22d66b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ class ParameterNode extends Node {
13561356
predicate isParameterOf(Function f, ParameterPosition pos) { none() } // overridden by subclasses
13571357

13581358
/** Gets the `Parameter` associated with this node, if it exists. */
1359-
Parameter getParameter() { none() }
1359+
Parameter getParameter() { none() } // overridden by subclasses
13601360
}
13611361

13621362
/** An explicit positional parameter, including `this`, but not `...`. */

0 commit comments

Comments
 (0)