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 68b414d commit 9cde2bbCopy full SHA for 9cde2bb
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -339,7 +339,7 @@ class Node extends TIRDataFlowNode {
339
*
340
* For assignments, `node.asDefinition(_)` and `node.asExpr()` will both exist
341
* for the same dataflow node. However, for expression such as `x++` that
342
- * both write to `x` and read the current value of `x`, `node.asDefinition()`
+ * both write to `x` and read the current value of `x`, `node.asDefinition(_)`
343
* will give the node corresponding to the value after the increment, and
344
* `node.asExpr()` will give the node corresponding to the value before the
345
* increment. For an example of this, consider the following:
0 commit comments