Skip to content

Commit

Permalink
Merge pull request #18497 from paldepind/shared-basic-block-library
Browse files Browse the repository at this point in the history
Add shared basic block library
  • Loading branch information
paldepind authored Jan 24, 2025
2 parents bafed4e + e13a7a2 commit a6cd53e
Show file tree
Hide file tree
Showing 20 changed files with 9,201 additions and 980 deletions.
4 changes: 4 additions & 0 deletions actions/ql/lib/codeql/actions/controlflow/internal/Cfg.qll
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ private module Implementation implements CfgShared::InputSig<Location> {
SuccessorType getAMatchingSuccessorType(Completion c) { result = c.getAMatchingSuccessorType() }

predicate isAbnormalExitType(SuccessorType t) { none() }

int idOfAstNode(AstNode node) { none() }

int idOfCfgScope(CfgScope scope) { none() }
}

module CfgImpl = CfgShared::Make<Location, Implementation>;
Expand Down
Loading

0 comments on commit a6cd53e

Please sign in to comment.