clang
6.0.0
|
Prints path notes when a message is sent to a nil receiver. More...
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h"
Public Member Functions | |
void | Profile (llvm::FoldingSetNodeID &ID) const override |
std::shared_ptr< PathDiagnosticPiece > | VisitNode (const ExplodedNode *N, const ExplodedNode *PrevN, BugReporterContext &BRC, BugReport &BR) override |
Return a diagnostic piece which should be associated with the given node. More... | |
![]() | |
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... | |
Static Public Member Functions | |
static const Expr * | getNilReceiver (const Stmt *S, const ExplodedNode *N) |
If the statement is a message send expression with nil receiver, returns the receiver expression. More... | |
![]() | |
static std::unique_ptr< PathDiagnosticPiece > | getDefaultEndPath (BugReporterContext &BRC, const ExplodedNode *N, BugReport &BR) |
Generates the default final diagnostic piece. More... | |
Prints path notes when a message is sent to a nil receiver.
Definition at line 165 of file BugReporterVisitors.h.
|
static |
If the statement is a message send expression with nil receiver, returns the receiver expression.
Returns NULL otherwise.
Definition at line 1157 of file BugReporterVisitors.cpp.
|
inlineoverridevirtual |
Implements clang::ento::BugReporterVisitor.
Definition at line 169 of file BugReporterVisitors.h.
References clang::ento::BugReporterVisitor::VisitNode().
|
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 1172 of file BugReporterVisitors.cpp.
References clang::ento::ExplodedNode::getLocationAs(), and P.