clang
15.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. More... | |
Public Attributes | |
bool | FoundSomethingToTrack = false |
Usually it means that the tracker added visitors. More... | |
bool | WasInterrupted = false |
Signifies that the tracking was interrupted at some point. More... | |
Describes a tracking result with the most basic information of what was actually done (or not done).
Definition at line 190 of file BugReporterVisitors.h.
|
inline |
Combines the current result with the given result.
Definition at line 198 of file BugReporterVisitors.h.
References FoundSomethingToTrack, and WasInterrupted.
Usually it means that the tracker added visitors.
Definition at line 192 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 195 of file BugReporterVisitors.h.
Referenced by combineWith().