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