clang
6.0.0
|
Interface for classes constructing Stack hints. More...
#include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
Public Member Functions | |
virtual | ~StackHintGenerator ()=0 |
virtual std::string | getMessage (const ExplodedNode *N)=0 |
Construct the Diagnostic message for the given ExplodedNode. More... | |
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 463 of file PathDiagnostic.h.
|
pure virtual |
Definition at line 1184 of file PathDiagnostic.cpp.
|
pure virtual |
Construct the Diagnostic message for the given ExplodedNode.
Implemented in clang::ento::StackHintGeneratorForSymbol.