Skip to content

Commit 53b63be

Browse files
committed
Actions: Implement added predicates in CFG instantiation
1 parent 4d05b6a commit 53b63be

File tree

1 file changed

+4
-0
lines changed
  • actions/ql/lib/codeql/actions/controlflow/internal

1 file changed

+4
-0
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)