#include <BugType.h>
Definition at line 31 of file BugType.h.
clang::ento::BugType::BugType |
( |
class CheckName |
check, |
|
|
StringRef |
name, |
|
|
StringRef |
cat |
|
) |
| |
|
inline |
clang::ento::BugType::BugType |
( |
const CheckerBase * |
checker, |
|
|
StringRef |
name, |
|
|
StringRef |
cat |
|
) |
| |
|
inline |
virtual clang::ento::BugType::~BugType |
( |
| ) |
|
|
inlinevirtual |
StringRef clang::ento::BugType::getCategory |
( |
| ) |
const |
|
inline |
StringRef clang::ento::BugType::getCheckName |
( |
| ) |
const |
|
inline |
StringRef clang::ento::BugType::getName |
( |
| ) |
const |
|
inline |
bool clang::ento::BugType::isSuppressOnSink |
( |
| ) |
const |
|
inline |
isSuppressOnSink - Returns true if bug reports associated with this bug type should be suppressed if the end node of the report is post-dominated by a sink node.
Definition at line 55 of file BugType.h.
Referenced by FindReportInEquivalenceClass().
void clang::ento::BugType::setSuppressOnSink |
( |
bool |
x | ) |
|
|
inline |
The documentation for this class was generated from the following files: