clang 23.0.0git
clang::lifetimes::LifetimeSafetyOpts Struct Reference

#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeSafety.h"

Public Attributes

size_t MaxCFGBlocks
 Maximum number of CFG blocks to analyze.

Detailed Description

Definition at line 45 of file LifetimeSafety.h.

Member Data Documentation

◆ MaxCFGBlocks

size_t clang::lifetimes::LifetimeSafetyOpts::MaxCFGBlocks

Maximum number of CFG blocks to analyze.

Functions with larger CFGs will be skipped.

Definition at line 48 of file LifetimeSafety.h.

Referenced by clang::lifetimes::runLifetimeSafetyAnalysis().


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