mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
This commit is contained in:
committed by
GitHub
parent
fb1ce2ab70
commit
22d66b6d81
@@ -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 `...`. */
|
||||
|
||||
Reference in New Issue
Block a user