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 cbc2389 commit 79620c1Copy full SHA for 79620c1
rust/ql/lib/codeql/rust/controlflow/internal/ControlFlowGraphImpl.qll
@@ -73,7 +73,7 @@ class BecomeExprTree extends StandardPostOrderTree instanceof BecomeExpr {
73
}
74
75
class BinaryOpExprTree extends StandardPostOrderTree instanceof BinaryExpr {
76
- BinaryOpExprTree() { not this instanceof LogicalOrExpr and not this instanceof LogicalAndExpr }
+ BinaryOpExprTree() { not this instanceof BinaryLogicalOperation }
77
78
override ControlFlowTree getChildNode(int i) {
79
i = 0 and result = super.getLhs()
0 commit comments