clang 17.0.0git
|
#include "clang/Analysis/FlowSensitive/DataflowAnalysisContext.h"
Public Attributes | |
std::optional< ContextSensitiveOptions > | ContextSensitiveOpts |
Options for analyzing function bodies when present in the translation unit, or empty to disable context-sensitive analysis. | |
Definition at line 64 of file DataflowAnalysisContext.h.
std::optional<ContextSensitiveOptions> clang::dataflow::DataflowAnalysisContext::Options::ContextSensitiveOpts |
Options for analyzing function bodies when present in the translation unit, or empty to disable context-sensitive analysis.
Note that this is fundamentally limited: some constructs, such as recursion, are explicitly unsupported.
Definition at line 69 of file DataflowAnalysisContext.h.
Referenced by clang::dataflow::DataflowAnalysisContext::createStorageLocation(), and clang::dataflow::TransferVisitor::VisitReturnStmt().