Skip to content

Commit fcc3113

Browse files
committed
C++: Privately import 'Node0ToString'.
1 parent 45080ec commit fcc3113

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private import semmle.code.cpp.ir.internal.IRCppLanguage
66
private import SsaInternals as Ssa
77
private import DataFlowImplCommon as DataFlowImplCommon
88
private import codeql.util.Unit
9-
import Node0ToString
9+
private import Node0ToString
1010

1111
cached
1212
private module Cached {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ private import ModelUtil
1515
private import SsaInternals as Ssa
1616
private import DataFlowImplCommon as DataFlowImplCommon
1717
private import codeql.util.Unit
18+
private import Node0ToString
1819

1920
/**
2021
* The IR dataflow graph consists of the following nodes:

0 commit comments

Comments
 (0)