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
2
2
private import semmle.code.cpp.ir.IR
3
3
private import DataFlowUtil
4
4
private import DataFlowImplCommon as DataFlowImplCommon
@@ -12,7 +12,7 @@ private import semmle.code.cpp.ir.internal.IRCppLanguage
12
12
private import semmle.code.cpp.ir.dataflow.internal.ModelUtil
13
13
private import semmle.code.cpp.ir.implementation.raw.internal.TranslatedInitialization
14
14
private import DataFlowPrivate
15
- import SsaInternalsCommon
15
+ import SsaImplCommon
16
16
17
17
private module SourceVariables {
18
18
cached
@@ -884,7 +884,7 @@ private predicate baseSourceVariableIsGlobal(
884
884
)
885
885
}
886
886
887
- private module SsaInput implements SsaImplCommon :: InputSig< Location > {
887
+ private module SsaInput implements Ssa :: InputSig< Location > {
888
888
import InputSigCommon
889
889
import SourceVariables
890
890
@@ -958,7 +958,7 @@ class GlobalDef extends Definition {
958
958
GlobalLikeVariable getVariable ( ) { result = impl .getVariable ( ) }
959
959
}
960
960
961
- private module SsaImpl = SsaImplCommon :: Make< Location , SsaInput > ;
961
+ private module SsaImpl = Ssa :: Make< Location , SsaInput > ;
962
962
963
963
private module DataFlowIntegrationInput implements SsaImpl:: DataFlowIntegrationInputSig {
964
964
private import codeql.util.Boolean
File renamed without changes.
You can’t perform that action at this time.
0 commit comments