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 0fe7715 commit 68b414dCopy full SHA for 68b414d
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -337,7 +337,7 @@ class Node extends TIRDataFlowNode {
337
* - For the definition generated by `int y = ...` the result is
338
* also `x += 2`.
339
*
340
- * For assignments, `node.asDefinition()` and `node.asExpr()` will both exist
+ * 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()`
343
* will give the node corresponding to the value after the increment, and
0 commit comments