#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
Definition at line 27 of file BugType.h.
◆ BugType() [1/2]
◆ BugType() [2/2]
◆ ~BugType()
virtual clang::ento::BugType::~BugType |
( |
| ) |
|
|
virtualdefault |
◆ getCategory()
StringRef clang::ento::BugType::getCategory |
( |
| ) |
const |
|
inline |
◆ getCheckerName()
StringRef clang::ento::BugType::getCheckerName |
( |
| ) |
const |
|
inline |
◆ getDescription()
StringRef clang::ento::BugType::getDescription |
( |
| ) |
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 64 of file BugType.h.
The documentation for this class was generated from the following files: