File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- private import codeql.ssa.Ssa as SsaImplCommon
1+ private import codeql.ssa.Ssa as Ssa
22private import semmle.code.cpp.ir.IR
33private import DataFlowUtil
44private import DataFlowImplCommon as DataFlowImplCommon
@@ -12,7 +12,7 @@ private import semmle.code.cpp.ir.internal.IRCppLanguage
1212private import semmle.code.cpp.ir.dataflow.internal.ModelUtil
1313private import semmle.code.cpp.ir.implementation.raw.internal.TranslatedInitialization
1414private import DataFlowPrivate
15- import SsaInternalsCommon
15+ import SsaImplCommon
1616
1717private module SourceVariables {
1818 cached
@@ -884,7 +884,7 @@ private predicate baseSourceVariableIsGlobal(
884884 )
885885}
886886
887- private module SsaInput implements SsaImplCommon :: InputSig< Location > {
887+ private module SsaInput implements Ssa :: InputSig< Location > {
888888 import InputSigCommon
889889 import SourceVariables
890890
@@ -958,7 +958,7 @@ class GlobalDef extends Definition {
958958 GlobalLikeVariable getVariable ( ) { result = impl .getVariable ( ) }
959959}
960960
961- private module SsaImpl = SsaImplCommon :: Make< Location , SsaInput > ;
961+ private module SsaImpl = Ssa :: Make< Location , SsaInput > ;
962962
963963private module DataFlowIntegrationInput implements SsaImpl:: DataFlowIntegrationInputSig {
964964 private import codeql.util.Boolean
File renamed without changes.
You can’t perform that action at this time.
0 commit comments