|
clang 23.0.0git
|
#include "clang/Analysis/Analyses/LifetimeSafety/LifetimeSafety.h"
Public Attributes | |
| size_t | MaxCFGBlocks |
| Maximum number of CFG blocks to analyze. | |
Definition at line 45 of file LifetimeSafety.h.
| 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().