mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
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:
committed by
GitHub
parent
0e5fa1b5eb
commit
6f4e9ed136
@@ -382,7 +382,7 @@ class Node extends TIRDataFlowNode {
|
||||
/**
|
||||
* Gets the definition associated with this node, if this node is an uncertain 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 asUncertainDefinition() { result = this.asDefinition(true) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user