Skip to content

Commit a6cd53e

Browse files
authored
Merge pull request #18497 from paldepind/shared-basic-block-library
Add shared basic block library
2 parents bafed4e + e13a7a2 commit a6cd53e

File tree

20 files changed

+9201
-980
lines changed

20 files changed

+9201
-980
lines changed

actions/ql/lib/codeql/actions/controlflow/internal/Cfg.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ private module Implementation implements CfgShared::InputSig<Location> {
134134
SuccessorType getAMatchingSuccessorType(Completion c) { result = c.getAMatchingSuccessorType() }
135135

136136
predicate isAbnormalExitType(SuccessorType t) { none() }
137+
138+
int idOfAstNode(AstNode node) { none() }
139+
140+
int idOfCfgScope(CfgScope scope) { none() }
137141
}
138142

139143
module CfgImpl = CfgShared::Make<Location, Implementation>;

0 commit comments

Comments
 (0)