#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
Definition at line 29 of file BugType.h.
◆ BugType() [1/2]
clang::ento::BugType::BugType |
( |
CheckName |
Check, |
|
|
StringRef |
Name, |
|
|
StringRef |
Cat, |
|
|
bool |
SuppressOnSink = false |
|
) |
| |
|
inline |
◆ BugType() [2/2]
clang::ento::BugType::BugType |
( |
const CheckerBase * |
Checker, |
|
|
StringRef |
Name, |
|
|
StringRef |
Cat, |
|
|
bool |
SuppressOnSink = false |
|
) |
| |
|
inline |
◆ ~BugType()
virtual clang::ento::BugType::~BugType |
( |
| ) |
|
|
virtualdefault |
◆ getCategory()
StringRef clang::ento::BugType::getCategory |
( |
| ) |
const |
|
inline |
◆ getCheckName()
StringRef clang::ento::BugType::getCheckName |
( |
| ) |
const |
|
inline |
◆ getName()
StringRef clang::ento::BugType::getName |
( |
| ) |
const |
|
inline |
◆ isSuppressOnSink()
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 67 of file BugType.h.
The documentation for this class was generated from the following files: