Skip to content

Commit 86f59a1

Browse files
committed
Swift: add AnnotatedExitNode to cfg to match prior interface
1 parent ea4855b commit 86f59a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

swift/ql/lib/codeql/swift/controlflow/CfgNodes.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,6 @@ class KeyPathExprCfgNode extends ExprCfgNode {
145145

146146
class EntryNode = Impl::EntryNode;
147147

148-
class ExitNode = Impl::ExitNode;
148+
class ExitNode = Impl::ExitNode;
149+
150+
class AnnotatedExitNode = Impl::AnnotatedExitNode;

0 commit comments

Comments
 (0)