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 ebdda88 commit e93dc0bCopy full SHA for e93dc0b
1 file changed
cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll
@@ -1544,7 +1544,7 @@ private float getGuardedUpperBound(VariableAccess guardedAccess) {
1544
// more than one predecessor, the guard phi node could originate
1545
// from one of the predecessors. This is because the guard phi
1546
// node is attached to the block at the end of the edge and not on
1547
- // the actual edge. It is therefore possible to determine which
+ // the actual edge. It is therefore not possible to determine which
1548
// edge the guard phi node belongs to. The predicate below ensures
1549
// that there is one predecessor, albeit somewhat conservative.
1550
exists(unique(BasicBlock b | b = def.(BasicBlock).getAPredecessor())) and
0 commit comments