mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
C++: Make RangeAnalysis.qll expose the old API
This commit is contained in:
@@ -3,4 +3,5 @@ private import RangeAnalysisSpecific
|
||||
private import FloatDelta
|
||||
private import RangeUtils
|
||||
|
||||
module CppRangeAnalysis = RangeStage<FloatDelta, CppLangImpl, RangeUtil<FloatDelta, CppLangImpl>>;
|
||||
private module CppRangeAnalysis = RangeStage<FloatDelta, CppLangImpl, RangeUtil<FloatDelta, CppLangImpl>>;
|
||||
import CppRangeAnalysis
|
||||
Reference in New Issue
Block a user