struct TrackingOptions
Declaration
struct TrackingOptions { /* full declaration omitted */ };
Description
Defines a set of options altering tracking behavior.
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:107
Member Variables
- public clang::ento::bugreporter::TrackingKind Kind = TrackingKind::Thorough
- Specifies the kind of tracking.
- public bool EnableNullFPSuppression = true
- Specifies whether we should employ false positive suppression (inlined defensive checks, returned null).