We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ZeroBound
1 parent b4b7507 commit 267c341Copy full SHA for 267c341
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisImpl.qll
@@ -30,6 +30,10 @@ private module ConstantBounds implements BoundSig<FloatDelta> {
30
31
private module RelativeBounds implements BoundSig<FloatDelta> {
32
class SemBound instanceof SemanticBound::SemBound {
33
+ SemBound() {
34
+ not this instanceof SemanticBound::SemZeroBound
35
+ }
36
+
37
string toString() { result = super.toString() }
38
39
Location getLocation() { result = super.getLocation() }
0 commit comments