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

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

Public Attributes

unsigned Depth = 2
 The maximum depth to analyze.
 

Detailed Description

Definition at line 65 of file DataflowAnalysisContext.h.

Member Data Documentation

◆ Depth

unsigned clang::dataflow::ContextSensitiveOptions::Depth = 2

The maximum depth to analyze.

A value of zero is equivalent to disabling context-sensitive analysis entirely.

Definition at line 68 of file DataflowAnalysisContext.h.


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