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

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2025-03-13 16:00:23 +00:00
committed by GitHub
parent 470321e8b6
commit 0e5fa1b5eb

View File

@@ -375,7 +375,7 @@ class Node extends TIRDataFlowNode {
/**
* Gets the definition associated with this node, if this node is a certain definition.
*
* See `Node.asDefinition` for a description of certain and uncertain definitions.
* See `Node.asDefinition/1` for a description of certain and uncertain definitions.
*/
Expr asCertainDefinition() { result = this.asDefinition(false) }