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 181181 " cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/AliasAnalysisImports.qll" ,
182182 " cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/internal/AliasAnalysisImports.qll"
183183 ],
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- ],
189184 "IR SSA SSAConstruction" : [
190185 " cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/internal/SSAConstruction.qll" ,
191186 " 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
22import semmle.code.cpp.ir.internal.Overlap
33import 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
22import semmle.code.cpp.ir.internal.Overlap
33import semmle.code.cpp.ir.internal.IRCppLanguage as Language
You can’t perform that action at this time.
0 commit comments