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.
2 parents 7f7f906 + 54aec7b commit f230a37Copy full SHA for f230a37
python/ql/lib/semmle/python/GuardedControlFlow.qll
@@ -9,6 +9,7 @@ class ConditionBlock extends BasicBlock {
9
}
10
11
/** Basic blocks controlled by this condition, i.e. those BBs for which the condition is testIsTrue */
12
+ pragma[nomagic]
13
predicate controls(BasicBlock controlled, boolean testIsTrue) {
14
/*
15
* For this block to control the block 'controlled' with 'testIsTrue' the following must be true:
0 commit comments