clang 20.0.0git
|
Describes a tracking result with the most basic information of what was actually done (or not done). More...
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"
Public Member Functions | |
void | combineWith (const Result &Other) |
Combines the current result with the given result. | |
Public Attributes | |
bool | FoundSomethingToTrack = false |
Usually it means that the tracker added visitors. | |
bool | WasInterrupted = false |
Signifies that the tracking was interrupted at some point. | |
Describes a tracking result with the most basic information of what was actually done (or not done).
Definition at line 197 of file BugReporterVisitors.h.
|
inline |
Combines the current result with the given result.
Definition at line 205 of file BugReporterVisitors.h.
References FoundSomethingToTrack, clang::Other, and WasInterrupted.
Referenced by clang::ento::bugreporter::Tracker::track().
Usually it means that the tracker added visitors.
Definition at line 199 of file BugReporterVisitors.h.
Referenced by combineWith().
Signifies that the tracking was interrupted at some point.
Usually this information is important only for sub-trackers.
Definition at line 202 of file BugReporterVisitors.h.
Referenced by combineWith(), and clang::ento::bugreporter::Tracker::track().