We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ac0fc commit 2f0d052Copy full SHA for 2f0d052
swift/ql/lib/codeql/swift/controlflow/internal/ControlFlowGraphParameter.qll
@@ -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
+ */
8
import swift
9
import codeql.controlflow.Cfg
10
import codeql.util.Unit
0 commit comments