C++: Respond to review comments.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-05-25 13:50:35 -07:00
parent a7252e625e
commit 384ca0c31f

View File

@@ -1642,6 +1642,10 @@ predicate localInstructionFlow(Instruction e1, Instruction e2) {
/**
* INTERNAL: Do not use.
*
* 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.
*/
cached
module ExprFlowCached {