Skip to content

Commit 2f0d052

Browse files
committed
Swift: header comment for ControlFlowGraphParameter
1 parent 41ac0fc commit 2f0d052

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphParameter.qll

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Provides the `CfgImpl` module that is used to construct the basic successor relation on control
3+
* flow elements, and the `CfgInput` module that is used to construct `CgfImpl`.
4+
*
5+
* See `ControlFlowGraphImpl.qll` for the auxiliary classes and predicates that map AST elements to
6+
* control flow elements and sequence their children.
7+
*/
18
import swift
29
import codeql.controlflow.Cfg
310
import codeql.util.Unit

0 commit comments

Comments
 (0)