clang 17.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 108 of file BugReporterVisitors.h.
Specifies whether we should employ false positive suppression (inlined defensive checks, returned null).
Definition at line 113 of file BugReporterVisitors.h.
TrackingKind clang::ento::bugreporter::TrackingOptions::Kind = TrackingKind::Thorough |
Specifies the kind of tracking.
Definition at line 110 of file BugReporterVisitors.h.