C++: Fix QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-02 10:36:40 +01:00
parent 401717d739
commit 4a47e11a16

View File

@@ -769,7 +769,8 @@ private predicate adjustForPointerArith(PostUpdateNode pun, SourceVariable sv, I
* `nodeFrom` is a definition or use of `sv` at index `i1` at basic
* block `bb1`.
*
* `uncertain` is `true` if the this is an uncertain definition.
* `uncertain` is `true` if `(bb1, i1)` is a definition, and that definition
* is guaranteed to overwrite the entire allocation.
*/
private predicate ssaFlowImpl(
IRBlock bb1, int i1, SourceVariable sv, Node nodeFrom, Node nodeTo, boolean uncertain