clang
10.0.0git
|
BugReporter is a utility class for generating PathDiagnostics for analysis. More...
#include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
Public Types | |
using | EQClasses_iterator = llvm::FoldingSet< BugReportEquivClass >::iterator |
Iterator over the set of BugReports tracked by the BugReporter. More... | |
Public Member Functions | |
BugReporter (BugReporterData &d) | |
virtual | ~BugReporter () |
void | FlushReports () |
Generate and flush diagnostics for all bug reports. More... | |
ArrayRef< PathDiagnosticConsumer * > | getPathDiagnosticConsumers () |
EQClasses_iterator | EQClasses_begin () |
EQClasses_iterator | EQClasses_end () |
ASTContext & | getContext () |
const SourceManager & | getSourceManager () |
const AnalyzerOptions & | getAnalyzerOptions () |
virtual void | emitReport (std::unique_ptr< BugReport > R) |
Add the given report to the set of reports tracked by BugReporter. More... | |
void | EmitBasicReport (const Decl *DeclWithIssue, const CheckerBase *Checker, StringRef BugName, StringRef BugCategory, StringRef BugStr, PathDiagnosticLocation Loc, ArrayRef< SourceRange > Ranges=None, ArrayRef< FixItHint > Fixits=None) |
void | EmitBasicReport (const Decl *DeclWithIssue, CheckerNameRef CheckerName, StringRef BugName, StringRef BugCategory, StringRef BugStr, PathDiagnosticLocation Loc, ArrayRef< SourceRange > Ranges=None, ArrayRef< FixItHint > Fixits=None) |
Protected Member Functions | |
virtual std::unique_ptr< DiagnosticForConsumerMapTy > | generateDiagnosticForConsumerMap (BugReport *exampleReport, ArrayRef< PathDiagnosticConsumer *> consumers, ArrayRef< BugReport *> bugReports) |
Generate the diagnostics for the given bug report. More... | |
BugReporter is a utility class for generating PathDiagnostics for analysis.
It collects the BugReports and BugTypes and knows how to generate and flush the corresponding diagnostics.
The base class is used for generating path-insensitive
Definition at line 576 of file BugReporter.h.
using clang::ento::BugReporter::EQClasses_iterator = llvm::FoldingSet<BugReportEquivClass>::iterator |
Iterator over the set of BugReports tracked by the BugReporter.
Definition at line 601 of file BugReporter.h.
|
inline |
Definition at line 590 of file BugReporter.h.
|
virtual |
Definition at line 2392 of file BugReporter.cpp.
void clang::ento::BugReporter::EmitBasicReport | ( | const Decl * | DeclWithIssue, |
const CheckerBase * | Checker, | ||
StringRef | BugName, | ||
StringRef | BugCategory, | ||
StringRef | BugStr, | ||
PathDiagnosticLocation | Loc, | ||
ArrayRef< SourceRange > | Ranges = None , |
||
ArrayRef< FixItHint > | Fixits = None |
||
) |
Referenced by CompactMacroExpandedPieces().
void clang::ento::BugReporter::EmitBasicReport | ( | const Decl * | DeclWithIssue, |
CheckerNameRef | CheckerName, | ||
StringRef | BugName, | ||
StringRef | BugCategory, | ||
StringRef | BugStr, | ||
PathDiagnosticLocation | Loc, | ||
ArrayRef< SourceRange > | Ranges = None , |
||
ArrayRef< FixItHint > | Fixits = None |
||
) |
|
virtual |
Add the given report to the set of reports tracked by BugReporter.
The reports are usually generated by the checkers. Further, they are folded based on the profile value, which is done to coalesce similar reports.
Reimplemented in clang::ento::PathSensitiveBugReporter.
Referenced by CompactMacroExpandedPieces(), clang::ento::CheckerContext::emitReport(), clang::ento::mpi::MPIBugReporter::reportDoubleNonblocking(), clang::ento::mpi::MPIBugReporter::reportMissingWait(), and clang::ento::mpi::MPIBugReporter::reportUnmatchedWait().
|
inline |
Definition at line 602 of file BugReporter.h.
|
inline |
Definition at line 603 of file BugReporter.h.
void BugReporter::FlushReports | ( | ) |
Generate and flush diagnostics for all bug reports.
Definition at line 2402 of file BugReporter.cpp.
References clang::ento::ExplodedNode::addPredecessor(), clang::interp::EQ(), clang::ento::ExplodedNode::getID(), clang::ento::ExplodedNode::getLocation(), clang::ento::ExplodedNode::getState(), clang::ento::ExplodedNode::isSink(), Node, Nodes, clang::ento::ExplodedNode::pred_begin(), clang::ento::ExplodedNode::pred_empty(), clang::ento::ExplodedNode::pred_end(), Priority, clang::ento::ExplodedNode::succs(), and clang::ento::ExplodedGraph::trim().
|
protectedvirtual |
Generate the diagnostics for the given bug report.
Referenced by CompactMacroExpandedPieces().
|
inline |
Definition at line 609 of file BugReporter.h.
References clang::ento::BugReporterData::getAnalyzerOptions(), clang::ento::BugReportEquivClass::getReports(), and clang::transformer::name().
Referenced by clang::ento::BugReporterContext::getAnalyzerOptions().
|
inline |
Definition at line 605 of file BugReporter.h.
References clang::ento::BugReporterData::getASTContext().
Referenced by clang::ento::BugReporterContext::getASTContext().
|
inline |
Definition at line 596 of file BugReporter.h.
References clang::ento::BugReporterData::getPathDiagnosticConsumers().
|
inline |
Definition at line 607 of file BugReporter.h.
References clang::ento::BugReporterData::getSourceManager().
Referenced by clang::ento::CheckerContext::getSourceManager(), and clang::ento::BugReporterContext::getSourceManager().