clang 19.0.0git
Public Attributes | List of all members
clang::dataflow::DataflowAnalysisOptions Struct Reference

#include "clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h"

Public Attributes

std::optional< DataflowAnalysisContext::OptionsBuiltinOpts
 Options for the built-in model, or empty to not apply them.
 

Detailed Description

Definition at line 34 of file TypeErasedDataflowAnalysis.h.

Member Data Documentation

◆ BuiltinOpts

std::optional<DataflowAnalysisContext::Options> clang::dataflow::DataflowAnalysisOptions::BuiltinOpts
Initial value:
=
DataflowAnalysisContext::Options{}

Options for the built-in model, or empty to not apply them.

Definition at line 39 of file TypeErasedDataflowAnalysis.h.


The documentation for this struct was generated from the following file: