We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efc06d commit 839cd82Copy full SHA for 839cd82
python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll
@@ -158,9 +158,7 @@ class GuardNode extends ControlFlowNode {
158
GuardNode() { this = conditionBlock.getLastNode() }
159
160
/** Holds if this guard controls block `b` upon evaluating to `branch`. */
161
- predicate controlsBlock(BasicBlock b, boolean branch) {
162
- conditionBlock.controls(b, branch)
163
- }
+ predicate controlsBlock(BasicBlock b, boolean branch) { conditionBlock.controls(b, branch) }
164
}
165
166
/**
0 commit comments