clang 20.0.0git
|
Defines a set of options altering tracking behavior. More...
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"
Public Attributes | |
TrackingKind | Kind = TrackingKind::Thorough |
Specifies the kind of tracking. | |
bool | EnableNullFPSuppression = true |
Specifies whether we should employ false positive suppression (inlined defensive checks, returned null). | |
Defines a set of options altering tracking behavior.
Definition at line 114 of file BugReporterVisitors.h.
Specifies whether we should employ false positive suppression (inlined defensive checks, returned null).
Definition at line 119 of file BugReporterVisitors.h.
TrackingKind clang::ento::bugreporter::TrackingOptions::Kind = TrackingKind::Thorough |
Specifies the kind of tracking.
Definition at line 116 of file BugReporterVisitors.h.