File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
private import RangeAnalysisStage
2
2
private import RangeAnalysisSpecific
3
- private import FloatDelta
3
+ private import experimental.semmle.code.cpp.semantic.analysis. FloatDelta
4
4
private import RangeUtils
5
5
private import experimental.semmle.code.cpp.semantic.SemanticBound as SemanticBound
6
6
Original file line number Diff line number Diff line change 4
4
5
5
private import experimental.semmle.code.cpp.semantic.Semantic
6
6
private import RangeAnalysisStage
7
- private import FloatDelta
7
+ private import experimental.semmle.code.cpp.semantic.analysis. FloatDelta
8
8
9
9
module CppLangImpl implements LangSig< FloatDelta > {
10
10
/**
Original file line number Diff line number Diff line change 65
65
66
66
private import RangeUtils as Utils
67
67
private import SignAnalysisCommon
68
- private import ModulusAnalysis
68
+ private import experimental.semmle.code.cpp.semantic.analysis. ModulusAnalysis
69
69
import experimental.semmle.code.cpp.semantic.SemanticExpr
70
70
import experimental.semmle.code.cpp.semantic.SemanticSSA
71
71
import experimental.semmle.code.cpp.semantic.SemanticGuard
You can’t perform that action at this time.
0 commit comments