File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
unaliased_ssa/gvn/internal Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 181
181
" cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/AliasAnalysisImports.qll" ,
182
182
" cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal/AliasAnalysisImports.qll"
183
183
],
184
- "C++ IR ValueNumberingImports" : [
185
- " cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/gvn/internal/ValueNumberingImports.qll" ,
186
- " cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/gvn/internal/ValueNumberingImports.qll" ,
187
- " cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/gvn/internal/ValueNumberingImports.qll"
188
- ],
189
184
"IR SSA SSAConstruction" : [
190
185
" cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll" ,
191
186
" cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal/SSAConstruction.qll"
Original file line number Diff line number Diff line change 1
- import semmle.code.cpp.ir.implementation.aliased_ssa .IR
1
+ import semmle.code.cpp.ir.implementation.raw .IR
2
2
import semmle.code.cpp.ir.internal.Overlap
3
3
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
Original file line number Diff line number Diff line change 1
- import semmle.code.cpp.ir.implementation.aliased_ssa .IR
1
+ import semmle.code.cpp.ir.implementation.unaliased_ssa .IR
2
2
import semmle.code.cpp.ir.internal.Overlap
3
3
import semmle.code.cpp.ir.internal.IRCppLanguage as Language
You can’t perform that action at this time.
0 commit comments