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 e63a607 commit d279e3fCopy full SHA for d279e3f
cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll
@@ -279,6 +279,10 @@ private predicate isInConditionalEvaluation(Expr e) {
279
e = cond.getFullyConverted()
280
)
281
or
282
+ e = any(LogicalAndExpr lae).getRightOperand().getFullyConverted()
283
+ or
284
+ e = any(LogicalOrExpr loe).getRightOperand().getFullyConverted()
285
286
isInConditionalEvaluation(getRealParent(e))
287
}
288
0 commit comments