File tree Expand file tree Collapse file tree
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -481,10 +481,9 @@ private module Cached {
481481 }
482482
483483 /**
484- * Holds if `iteratorAddress` is an address of an iterator (i.e., `it`)
485- * that is dereferenced and then used for a write operation that writes the value `value`.
486- * The `memory` instruction represents the memory that the IR's SSA analysis determined was
487- * read by the call to `operator*`.
484+ * Holds if `iteratorDerefAddress` is an address of an iterator dereference (i.e., `*it`)
485+ * that is used for a write operation that writes the value `value`. The `memory` instruction
486+ * represents the memory that the IR's SSA analysis determined was read by the call to `operator*`.
488487 *
489488 * The `numberOfLoads` integer represents the number of dereferences this write corresponds to
490489 * on the underlying container that produced the iterator.
You can’t perform that action at this time.
0 commit comments