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 11private import RangeAnalysisStage
22private import RangeAnalysisSpecific
3- private import FloatDelta
3+ private import experimental.semmle.code.cpp.semantic.analysis. FloatDelta
44private import RangeUtils
55private import experimental.semmle.code.cpp.semantic.SemanticBound as SemanticBound
66
Original file line number Diff line number Diff line change 44
55private import experimental.semmle.code.cpp.semantic.Semantic
66private import RangeAnalysisStage
7- private import FloatDelta
7+ private import experimental.semmle.code.cpp.semantic.analysis. FloatDelta
88
99module CppLangImpl implements LangSig< FloatDelta > {
1010 /**
Original file line number Diff line number Diff line change 6565
6666private import RangeUtils as Utils
6767private import SignAnalysisCommon
68- private import ModulusAnalysis
68+ private import experimental.semmle.code.cpp.semantic.analysis. ModulusAnalysis
6969import experimental.semmle.code.cpp.semantic.SemanticExpr
7070import experimental.semmle.code.cpp.semantic.SemanticSSA
7171import experimental.semmle.code.cpp.semantic.SemanticGuard
You can’t perform that action at this time.
0 commit comments