We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45080ec commit fcc3113Copy full SHA for fcc3113
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -6,7 +6,7 @@ private import semmle.code.cpp.ir.internal.IRCppLanguage
6
private import SsaInternals as Ssa
7
private import DataFlowImplCommon as DataFlowImplCommon
8
private import codeql.util.Unit
9
-import Node0ToString
+private import Node0ToString
10
11
cached
12
private module Cached {
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -15,6 +15,7 @@ private import ModelUtil
15
16
17
18
19
20
/**
21
* The IR dataflow graph consists of the following nodes:
0 commit comments