Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0aed890

Browse files
committed
C++: Undo QLDoc change.
1 parent 968fff2 commit 0aed890

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)