Skip to content

Commit 8aaa2a1

Browse files
committed
C++: Improve comment.
1 parent f7b2d98 commit 8aaa2a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,6 @@ private predicate isArgumentOfCallable(DataFlowCall call, Node n) {
870870
* Holds if there is use-use flow from `pun`'s pre-update node to `n`.
871871
*/
872872
private predicate postUpdateNodeToFirstUse(PostUpdateNode pun, Node n) {
873-
// The reason for this predicate is a bit annoying:
874873
// We cannot mark a `PointerArithmeticInstruction` that computes an offset
875874
// based on some SSA
876875
// variable `x` as a use of `x` since this creates taint-flow in the

0 commit comments

Comments
 (0)