File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
lib/semmle/code/cpp/security Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 5
5
6
6
import cpp
7
7
import semmle.code.cpp.controlflow.Dominance
8
- // `GlobalValueNumbering` is only imported to prevent IR re-evaluation.
9
- private import semmle.code.cpp.valuenumbering.GlobalValueNumbering
10
8
import semmle.code.cpp.rangeanalysis.SimpleRangeAnalysis
11
9
import semmle.code.cpp.rangeanalysis.RangeAnalysisUtils
12
10
import semmle.code.cpp.controlflow.Guards
Original file line number Diff line number Diff line change 14
14
*/
15
15
16
16
import cpp
17
- // We don't actually use the global value numbering library in this query, but without it we end up
18
- // recomputing the IR.
19
- private import semmle.code.cpp.valuenumbering.GlobalValueNumbering
20
17
import semmle.code.cpp.ir.IR
21
18
import semmle.code.cpp.ir.dataflow.MustFlow
22
19
import PathGraph
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
import cpp
18
- // We don't actually use the global value numbering library in this query, but without it we end up
19
- // recomputing the IR.
20
- import semmle.code.cpp.valuenumbering.GlobalValueNumbering
21
18
import semmle.code.cpp.ir.IR
22
19
import semmle.code.cpp.ir.dataflow.MustFlow
23
20
import PathGraph
You can’t perform that action at this time.
0 commit comments