Skip to content

Commit 71b93d1

Browse files
committed
C++: Make RangeAnalysis.qll expose the old API
1 parent fb1ef07 commit 71b93d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysis.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ private import RangeAnalysisSpecific
33
private import FloatDelta
44
private import RangeUtils
55

6-
module CppRangeAnalysis = RangeStage<FloatDelta, CppLangImpl, RangeUtil<FloatDelta, CppLangImpl>>;
6+
private module CppRangeAnalysis = RangeStage<FloatDelta, CppLangImpl, RangeUtil<FloatDelta, CppLangImpl>>;
7+
import CppRangeAnalysis

0 commit comments

Comments
 (0)