clang
3.7.0
|
#include <BugReporter.h>
Public Types | |
enum | Kind { BaseBRKind, GRBugReporterKind } |
typedef BugTypesTy::iterator | iterator |
Iterator over the set of BugTypes tracked by the BugReporter. More... | |
typedef llvm::FoldingSet < BugReportEquivClass > ::iterator | EQClasses_iterator |
Iterator over the set of BugReports tracked by the BugReporter. More... | |
Protected Member Functions | |
BugReporter (BugReporterData &d, Kind k) | |
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.
Definition at line 388 of file BugReporter.h.
typedef llvm::FoldingSet<BugReportEquivClass>::iterator clang::ento::BugReporter::EQClasses_iterator |
Iterator over the set of BugReports tracked by the BugReporter.
Definition at line 442 of file BugReporter.h.
typedef BugTypesTy::iterator clang::ento::BugReporter::iterator |
Iterator over the set of BugTypes tracked by the BugReporter.
Definition at line 437 of file BugReporter.h.
Enumerator | |
---|---|
BaseBRKind | |
GRBugReporterKind |
Definition at line 390 of file BugReporter.h.
|
inlineprotected |
Definition at line 415 of file BugReporter.h.
|
inline |
Definition at line 419 of file BugReporter.h.
|
virtual |
Definition at line 2745 of file BugReporter.cpp.
|
inline |
Definition at line 438 of file BugReporter.h.
Referenced by clang::ento::ExprEngine::ViewGraph().
void BugReporter::EmitBasicReport | ( | const Decl * | DeclWithIssue, |
const CheckerBase * | Checker, | ||
StringRef | BugName, | ||
StringRef | BugCategory, | ||
StringRef | BugStr, | ||
PathDiagnosticLocation | Loc, | ||
ArrayRef< SourceRange > | Ranges = None |
||
) |
Definition at line 3444 of file BugReporter.cpp.
References clang::ento::CheckerBase::getCheckName(), and clang::ento::BugReport::Ranges.
Referenced by checkObjCDealloc(), checkObjCUnusedIvar(), and CompareReturnTypes().
void BugReporter::EmitBasicReport | ( | const Decl * | DeclWithIssue, |
CheckName | CheckName, | ||
StringRef | BugName, | ||
StringRef | BugCategory, | ||
StringRef | BugStr, | ||
PathDiagnosticLocation | Loc, | ||
ArrayRef< SourceRange > | Ranges = None |
||
) |
Definition at line 3452 of file BugReporter.cpp.
References clang::ento::BugReport::BT.
void BugReporter::emitReport | ( | std::unique_ptr< BugReport > | R | ) |
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.
Definition at line 3225 of file BugReporter.cpp.
References clang::ento::BugReport::BT, clang::ento::BugReport::BugReportEquivClass, clang::AnalysisDeclContext::isBodyAutosynthesized(), and clang::AnalysisDeclContext::isBodyAutosynthesizedFromModelFile().
Referenced by clang::ento::CheckerContext::emitReport().
|
inline |
Definition at line 439 of file BugReporter.h.
Referenced by clang::ento::ExprEngine::ViewGraph().
|
inline |
Definition at line 443 of file BugReporter.h.
Referenced by clang::ento::ExprEngine::ViewGraph().
|
inline |
Definition at line 444 of file BugReporter.h.
Referenced by clang::ento::ExprEngine::ViewGraph().
void BugReporter::FlushReports | ( | ) |
Generate and flush diagnostics for all bug reports.
Definition at line 2756 of file BugReporter.cpp.
Referenced by clang::ento::ExprEngine::~ExprEngine().
|
inlinevirtual |
Reimplemented in clang::ento::GRBugReporter.
Definition at line 452 of file BugReporter.h.
|
inline |
Definition at line 450 of file BugReporter.h.
References clang::ento::BugReporterData::getAnalyzerOptions().
|
inline |
Definition at line 446 of file BugReporter.h.
References clang::ento::BugReporterData::getASTContext().
Referenced by checkObjCDealloc(), CheckObjCInstMethSignature(), and clang::ento::BugReporterContext::getASTContext().
|
inline |
Definition at line 428 of file BugReporter.h.
References clang::ento::BugReporterData::getDiagnostic().
|
inline |
Definition at line 426 of file BugReporter.h.
Referenced by clang::ento::GRBugReporter::classof().
|
inline |
Definition at line 432 of file BugReporter.h.
References clang::ento::BugReporterData::getPathDiagnosticConsumers().
|
inline |
Definition at line 448 of file BugReporter.h.
References clang::ento::BugReporterData::getSourceManager().
Referenced by checkObjCDealloc(), checkObjCUnusedIvar(), CompareReturnTypes(), clang::ento::CheckerContext::getSourceManager(), and clang::ento::BugReporterContext::getSourceManager().
void BugReporter::Register | ( | BugType * | BT | ) |
Definition at line 3221 of file BugReporter.cpp.
bool clang::ento::BugReporter::RemoveUnneededCalls | ( | PathPieces & | pieces, |
BugReport * | R | ||
) |