We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5fa1b commit 6f4e9edCopy full SHA for 6f4e9ed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -382,7 +382,7 @@ class Node extends TIRDataFlowNode {
382
/**
383
* Gets the definition associated with this node, if this node is an uncertain definition.
384
*
385
- * See `Node.asDefinition` for a description of certain and uncertain definitions.
+ * See `Node.asDefinition/1` for a description of certain and uncertain definitions.
386
*/
387
Expr asUncertainDefinition() { result = this.asDefinition(true) }
388
0 commit comments