struct Tracker::Result
Declaration
struct Tracker::Result { /* full declaration omitted */ };
Description
Describes a tracking result with the most basic information of what was actually done (or not done).
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:190
Member Variables
- public bool FoundSomethingToTrack = false
- Usually it means that the tracker added visitors.
- public bool WasInterrupted = false
- Signifies that the tracking was interrupted at some point. Usually this information is important only for sub-trackers.
Method Overview
- public void combineWith(const clang::ento::bugreporter::Tracker::Result & Other)
Methods
ΒΆvoid combineWith(const clang::ento::bugreporter::
Tracker::Result& Other)
void combineWith(const clang::ento::bugreporter::
Tracker::Result& Other)
Description
Combines the current result with the given result.
Declared at: clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h:198
Parameters
- const clang::ento::bugreporter::Tracker::Result& Other