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

This commit is contained in:
Mathias Vorreiter Pedersen
2023-09-20 09:56:10 +01:00
committed by GitHub
parent fb1ce2ab70
commit 22d66b6d81

View File

@@ -1356,7 +1356,7 @@ class ParameterNode extends Node {
predicate isParameterOf(Function f, ParameterPosition pos) { none() } // overridden by subclasses
/** Gets the `Parameter` associated with this node, if it exists. */
Parameter getParameter() { none() }
Parameter getParameter() { none() } // overridden by subclasses
}
/** An explicit positional parameter, including `this`, but not `...`. */