Skip to content

Commit 4a47e11

Browse files
committed
C++: Fix QLDoc.
1 parent 401717d commit 4a47e11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,8 @@ private predicate adjustForPointerArith(PostUpdateNode pun, SourceVariable sv, I
769769
* `nodeFrom` is a definition or use of `sv` at index `i1` at basic
770770
* block `bb1`.
771771
*
772-
* `uncertain` is `true` if the this is an uncertain definition.
772+
* `uncertain` is `true` if `(bb1, i1)` is a definition, and that definition
773+
* is guaranteed to overwrite the entire allocation.
773774
*/
774775
private predicate ssaFlowImpl(
775776
IRBlock bb1, int i1, SourceVariable sv, Node nodeFrom, Node nodeTo, boolean uncertain

0 commit comments

Comments
 (0)