C++: Privately import 'Node0ToString'.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-12-13 14:31:02 +00:00
parent 45080ec9f0
commit fcc3113bfc
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ private import semmle.code.cpp.ir.internal.IRCppLanguage
private import SsaInternals as Ssa
private import DataFlowImplCommon as DataFlowImplCommon
private import codeql.util.Unit
import Node0ToString
private import Node0ToString
cached
private module Cached {

View File

@@ -15,6 +15,7 @@ private import ModelUtil
private import SsaInternals as Ssa
private import DataFlowImplCommon as DataFlowImplCommon
private import codeql.util.Unit
private import Node0ToString
/**
* The IR dataflow graph consists of the following nodes: