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 3a61dd0 commit 09117d3Copy full SHA for 09117d3
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -285,7 +285,7 @@ class Node extends TIRDataFlowNode {
285
* For assignments, `node.asDefinition()` and `node.asExpr()` will both exist
286
* for the same dataflow node. However, for expression such as `x++` that
287
* both write to `x` and read the current value of `x`, `node.asDefinition()`
288
- * will give you the node corresponding to the value after the increment, and
+ * will give the node corresponding to the value after the increment, and
289
* `node.asExpr()` will give the node corresponding to the value before the
290
* increment. For an example of where this patterns, consider the following:
291
*
0 commit comments