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 470321e commit 0e5fa1bCopy full SHA for 0e5fa1b
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -375,7 +375,7 @@ class Node extends TIRDataFlowNode {
375
/**
376
* Gets the definition associated with this node, if this node is a certain definition.
377
*
378
- * See `Node.asDefinition` for a description of certain and uncertain definitions.
+ * See `Node.asDefinition/1` for a description of certain and uncertain definitions.
379
*/
380
Expr asCertainDefinition() { result = this.asDefinition(false) }
381
0 commit comments