# Functions
BuildDefaultAnalyzers returns the default list of analyzers.
Generate the list of analyzers to use.
NewAnalyzerFilter is a closure that will include/exclude the analyzer ID's based on the supplied boolean value (false means don't remove, true means exclude).
NewAnalyzerSet constructs a new AnalyzerSet.
# Structs
AnalyzerDefinition contains the description of an analyzer and a mechanism to create it.
AnalyzerList contains a mapping of analyzer ID's to analyzer definitions and a mapping of analyzer ID's to whether analyzers are suppressed.
No description provided by the author
SSAAnalyzerResult contains various information returned by the SSA analysis along with some configuration.
# Type aliases
AnalyzerBuilder is used to register an analyzer definition with the analyzer.
AnalyzerFilter can be used to include or exclude an analyzer depending on the return value of the function.