mirror of
https://github.com/github/codeql.git
synced 2026-06-05 21:47:10 +02:00
No duplicate Ssa and remove release changenot
This commit is contained in:
@@ -5,7 +5,7 @@ overlay[local?]
|
||||
module;
|
||||
|
||||
private import csharp as CS
|
||||
private import semmle.code.csharp.dataflow.SSA::Ssa as Ssa
|
||||
private import semmle.code.csharp.dataflow.SSA::Ssa
|
||||
private import semmle.code.csharp.dataflow.internal.rangeanalysis.ConstantUtils as CU
|
||||
private import semmle.code.csharp.dataflow.internal.rangeanalysis.RangeUtils as RU
|
||||
private import semmle.code.csharp.dataflow.internal.rangeanalysis.SsaUtils as SU
|
||||
@@ -17,7 +17,7 @@ private module BoundDefs implements SharedBound::BoundDefinitions<CS::Location>
|
||||
|
||||
class SsaVariable = SU::SsaVariable;
|
||||
|
||||
class SsaSourceVariable = Ssa::SourceVariable;
|
||||
class SsaSourceVariable = SourceVariable;
|
||||
|
||||
class Expr = CS::ControlFlowNodes::ExprNode;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ overlay[local?]
|
||||
module;
|
||||
|
||||
private import java as J
|
||||
private import semmle.code.java.dataflow.SSA as Ssa
|
||||
private import semmle.code.java.dataflow.SSA
|
||||
private import semmle.code.java.dataflow.RangeUtils as RU
|
||||
private import codeql.rangeanalysis.Bound as SharedBound
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
## 1.0.52
|
||||
|
||||
No user-facing changes.
|
||||
Reference in New Issue
Block a user