Skip to content

Commit 384ca0c

Browse files
committed
C++: Respond to review comments.
1 parent a7252e6 commit 384ca0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,10 @@ predicate localInstructionFlow(Instruction e1, Instruction e2) {
16421642

16431643
/**
16441644
* INTERNAL: Do not use.
1645+
*
1646+
* Ideally this module would be private, but the `asExprInternal` predicate is
1647+
* needed in `DefaultTaintTrackingImpl`. Once `DefaultTaintTrackingImpl` is gone
1648+
* we can make this module private again.
16451649
*/
16461650
cached
16471651
module ExprFlowCached {

0 commit comments

Comments
 (0)