Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add overlay[caller?]
  • Loading branch information
asgerf committed Mar 12, 2026
commit b26dcc088bbd4f2f5cbe24d76cfebb8ec68775fb
1 change: 1 addition & 0 deletions shared/util/codeql/util/DualGraph.qll
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module MakeDualGraph<LocationSig Location, DualGraphInputSig<Location> Input> {
* Holds if `node1` and `node2` have a common ancestor in the original graph, that is,
* there exists a node from which both nodes are reachable.
*/
overlay[caller?]
pragma[inline]
predicate hasCommonAncestor(Node node1, Node node2) {
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
// Note: `fastTC` only checks for non-empty paths, but there is no need to special-case
Expand Down