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

Module PrintGraph

Provides modules for printing control flow graphs.

Import path

import codeql.controlflow.PrintGraph

Modules

TestOutput

Import this module into a .ql file to output a CFG. The graph is restricted to nodes from RelevantNode.

ViewCfgQuery

Provides an implementation for a View CFG query.

Type signatures

RelevantNodeSig

A node to be included in the output of TestOutput.

Module signatures

ViewCfgQueryInputSig

Provides the input to ViewCfgQuery.

Parameters