clang 20.0.0git
|
Interface for classes constructing Stack hints. More...
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
Public Member Functions | |
virtual | ~StackHintGenerator ()=0 |
virtual std::string | getMessage (const ExplodedNode *N)=0 |
Construct the Diagnostic message for the given ExplodedNode. | |
Interface for classes constructing Stack hints.
If a PathDiagnosticEvent occurs in a different frame than the final diagnostic the hints can be used to summarize the effect of the call.
Definition at line 77 of file BugReporter.h.
|
pure virtualdefault |
|
pure virtual |
Construct the Diagnostic message for the given ExplodedNode.
Implemented in clang::ento::StackHintGeneratorForSymbol.