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.
1 parent 5f9d3d7 commit 459bb6eCopy full SHA for 459bb6e
cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
@@ -972,7 +972,7 @@ private predicate isRelevantUnaryComparisonOperand(Operand op) {
972
op = copy.getSourceValueOperand()
973
)
974
or
975
- // If phi(x1, x2) is a relevant unary comparison then so is `x1` and `x2`.
+ // If phi(x1, x2) is a relevant unary comparison then so are `x1` and `x2`.
976
not op.isDefinitionInexact() and
977
exists(PhiInstruction phi |
978
isRelevantUnaryComparisonOperand(unique( | | phi.getAUse())) and
0 commit comments