clang 19.0.0git
Public Attributes | List of all members
clang::ento::bugreporter::TrackingOptions Struct Reference

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).
 

Detailed Description

Defines a set of options altering tracking behavior.

Definition at line 114 of file BugReporterVisitors.h.

Member Data Documentation

◆ EnableNullFPSuppression

bool clang::ento::bugreporter::TrackingOptions::EnableNullFPSuppression = true

Specifies whether we should employ false positive suppression (inlined defensive checks, returned null).

Definition at line 119 of file BugReporterVisitors.h.

◆ Kind

TrackingKind clang::ento::bugreporter::TrackingOptions::Kind = TrackingKind::Thorough

Specifies the kind of tracking.

Definition at line 116 of file BugReporterVisitors.h.


The documentation for this struct was generated from the following file: