clang
3.7.0
|
#include <BugReporterVisitor.h>
Public Member Functions | |
SuppressInlineDefensiveChecksVisitor (DefinedSVal Val, const ExplodedNode *N) | |
void | Profile (llvm::FoldingSetNodeID &ID) const override |
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... | |
![]() | |
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... | |
Static Public Member Functions | |
static const char * | getTag () |
![]() | |
static std::unique_ptr < PathDiagnosticPiece > | getDefaultEndPath (BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) |
Generates the default final diagnostic piece. More... | |
Definition at line 300 of file BugReporterVisitor.h.
SuppressInlineDefensiveChecksVisitor::SuppressInlineDefensiveChecksVisitor | ( | DefinedSVal | Val, |
const ExplodedNode * | N | ||
) |
Definition at line 782 of file BugReporterVisitors.cpp.
References clang::ento::SubEngine::getAnalysisManager(), clang::ento::ExplodedNode::getState(), clang::ento::AnalysisManager::options, and clang::AnalyzerOptions::shouldSuppressInlinedDefensiveChecks().
|
static |
Return the tag associated with this visitor. This tag will be used to make all PathDiagnosticPieces created by this visitor.
Definition at line 802 of file BugReporterVisitors.cpp.
|
overridevirtual |
Implements clang::ento::BugReporterVisitor.
Definition at line 796 of file BugReporterVisitors.cpp.
|
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 807 of file BugReporterVisitors.cpp.
References clang::ento::BugReport::getErrorNode(), clang::ento::ExplodedNode::getLocationContext(), clang::ento::ExplodedNode::getState(), clang::LocationContext::isParentOf(), and clang::ento::BugReport::markInvalid().