Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-05-25 13:56:01 -07:00
committed by GitHub
parent 384ca0c31f
commit e7f82a3571

View File

@@ -1645,7 +1645,7 @@ predicate localInstructionFlow(Instruction e1, Instruction e2) {
*
* Ideally this module would be private, but the `asExprInternal` predicate is
* needed in `DefaultTaintTrackingImpl`. Once `DefaultTaintTrackingImpl` is gone
* we can make this module private again.
* we can make this module private.
*/
cached
module ExprFlowCached {