Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ee7ee commit 9c0be34Copy full SHA for 9c0be34
1 file changed
cpp/ql/src/semmle/code/cpp/rangeanalysis/NanAnalysis.qll
@@ -10,7 +10,6 @@ predicate nanExcludingComparison(ComparisonOperation guard, boolean polarity) {
10
(
11
guard instanceof LTExpr or
12
guard instanceof LEExpr or
13
- guard instanceof LEExpr or
14
guard instanceof GTExpr or
15
guard instanceof GEExpr or
16
guard instanceof EQExpr
0 commit comments