enum UserModeKind

Description

Describes the kinds for high-level analyzer mode.

Declared at: clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:119

Enumerators

NameValueComment
UMK_Shallow1Perform shallow but fast analyzes.
UMK_Deep2Perform deep analyzes.