There was an error while loading. Please reload this page.
1 parent fa94dc9 commit 665e046Copy full SHA for 665e046
1 file changed
python/ql/lib/semmle/python/controlflow/internal/Cfg.qll
@@ -85,10 +85,12 @@ class ControlFlowNode extends CfgImpl::ControlFlowNode {
85
}
86
87
/** Holds if this strictly dominates `other`. */
88
+ overlay[caller?]
89
pragma[inline]
90
predicate strictlyDominates(ControlFlowNode other) { super.strictlyDominates(other) }
91
92
/** Holds if this dominates `other` (reflexively). */
93
94
95
predicate dominates(ControlFlowNode other) { super.dominates(other) }
96
0 commit comments