mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
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:
committed by
GitHub
parent
384ca0c31f
commit
e7f82a3571
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user