mirror of
https://github.com/github/codeql.git
synced 2026-07-29 06:46:46 +02:00
Python: add overlay annotations to inlined predicates
This commit is contained in:
@@ -85,10 +85,12 @@ class ControlFlowNode extends CfgImpl::ControlFlowNode {
|
||||
}
|
||||
|
||||
/** Holds if this strictly dominates `other`. */
|
||||
overlay[caller?]
|
||||
pragma[inline]
|
||||
predicate strictlyDominates(ControlFlowNode other) { super.strictlyDominates(other) }
|
||||
|
||||
/** Holds if this dominates `other` (reflexively). */
|
||||
overlay[caller?]
|
||||
pragma[inline]
|
||||
predicate dominates(ControlFlowNode other) { super.dominates(other) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user