C++: Update QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-12-12 11:09:36 +00:00
parent a6104ad878
commit f284fde93c

View File

@@ -94,8 +94,9 @@ module FlowFromFree<isSinkSig/2 isASink, isExcludedSig/2 isExcluded> {
} }
/** /**
* Holds if `n` is a dataflow node such that `n.asExpr() = e` and `e` * Holds if `n` is a dataflow node that represents the pointer passed to
* is being freed by a deallocation expression `dealloc`. * `dealloc` after the call returns (i.e., the post-update node associated with
* the argument to `dealloc`).
*/ */
predicate isFree(DataFlow::Node n, Expr e, DeallocationExpr dealloc) { predicate isFree(DataFlow::Node n, Expr e, DeallocationExpr dealloc) {
exists(Expr conv | exists(Expr conv |