Skip to content

Commit b26dcc0

Browse files
committed
Add overlay[caller?]
1 parent fb85c7f commit b26dcc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/util/codeql/util/DualGraph.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ module MakeDualGraph<LocationSig Location, DualGraphInputSig<Location> Input> {
8585
* Holds if `node1` and `node2` have a common ancestor in the original graph, that is,
8686
* there exists a node from which both nodes are reachable.
8787
*/
88+
overlay[caller?]
8889
pragma[inline]
8990
predicate hasCommonAncestor(Node node1, Node node2) {
9091
// Note: `fastTC` only checks for non-empty paths, but there is no need to special-case

0 commit comments

Comments
 (0)