CodeQL library for Swift
codeql/swift-all 6.3.2 (changelog, source)
Search

Module ControlFlowGraph

Provides classes representing the control flow graph.

Import path

import codeql.swift.controlflow.ControlFlowGraph

Imports

SuccessorType

Provides different types of control flow successor types. These are used as edge labels in the control flow graph.

Classes

CfgScope

An AST node with an associated control-flow graph.

ControlFlowNode

A control flow node.