|
clang
5.0.0
|
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h"
Public Member Functions | |
| CXXSelfAssignmentBRVisitor () | |
| void | Profile (llvm::FoldingSetNodeID &ID) const override |
| std::shared_ptr < PathDiagnosticPiece > | VisitNode (const ExplodedNode *Succ, const ExplodedNode *Pred, BugReporterContext &BRC, BugReport &BR) override |
| Return a diagnostic piece which should be associated with the given node. More... | |
Public Member Functions inherited from clang::ento::BugReporterVisitor | |
| BugReporterVisitor ()=default | |
| BugReporterVisitor (const BugReporterVisitor &)=default | |
| BugReporterVisitor (BugReporterVisitor &&) | |
| virtual | ~BugReporterVisitor () |
| virtual std::unique_ptr < PathDiagnosticPiece > | getEndPath (BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) |
| Provide custom definition for the final diagnostic piece on the path - the piece, which is displayed before the path is expanded. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from clang::ento::BugReporterVisitor | |
| static std::unique_ptr < PathDiagnosticPiece > | getDefaultEndPath (BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) |
| Generates the default final diagnostic piece. More... | |
Definition at line 330 of file BugReporterVisitor.h.
|
inline |
Definition at line 336 of file BugReporterVisitor.h.
|
inlineoverridevirtual |
Implements clang::ento::BugReporterVisitor.
Definition at line 338 of file BugReporterVisitor.h.
|
overridevirtual |
Return a diagnostic piece which should be associated with the given node.
The last parameter can be used to register a new visitor with the given BugReport while processing a node.
Implements clang::ento::BugReporterVisitor.
Definition at line 1798 of file BugReporterVisitors.cpp.
References clang::ento::PathDiagnosticLocation::create(), clang::ProgramPoint::getAs(), clang::Decl::getAsFunction(), clang::ento::ExplodedNode::getCodeDecl(), clang::ento::ExplodedNode::getLocation(), clang::ento::BugReporterContext::getSourceManager(), clang::ento::ExplodedNode::getState(), and clang::ProgramPoint::getTag().
1.8.6