mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
C++: exclude ZeroBounds in relative stage
This commit is contained in:
@@ -30,6 +30,10 @@ private module ConstantBounds implements BoundSig<FloatDelta> {
|
|||||||
|
|
||||||
private module RelativeBounds implements BoundSig<FloatDelta> {
|
private module RelativeBounds implements BoundSig<FloatDelta> {
|
||||||
class SemBound instanceof SemanticBound::SemBound {
|
class SemBound instanceof SemanticBound::SemBound {
|
||||||
|
SemBound() {
|
||||||
|
not this instanceof SemanticBound::SemZeroBound
|
||||||
|
}
|
||||||
|
|
||||||
string toString() { result = super.toString() }
|
string toString() { result = super.toString() }
|
||||||
|
|
||||||
Location getLocation() { result = super.getLocation() }
|
Location getLocation() { result = super.getLocation() }
|
||||||
|
|||||||
Reference in New Issue
Block a user