#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
|
| BuiltinBug (class CheckerNameRef checker, const char *name, const char *description) |
|
| BuiltinBug (const CheckerBase *checker, const char *name, const char *description) |
|
| BuiltinBug (class CheckerNameRef checker, const char *name) |
|
| BuiltinBug (const CheckerBase *checker, const char *name) |
|
StringRef | getDescription () const |
|
| BugType (CheckerNameRef CheckerName, StringRef Name, StringRef Cat, bool SuppressOnSink=false) |
|
| BugType (const CheckerBase *Checker, StringRef Name, StringRef Cat, bool SuppressOnSink=false) |
|
virtual | ~BugType ()=default |
|
StringRef | getDescription () const |
|
StringRef | getCategory () const |
|
StringRef | getCheckerName () 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.
|
|
Definition at line 67 of file BugType.h.
◆ BuiltinBug() [1/4]
clang::ento::BuiltinBug::BuiltinBug |
( |
class CheckerNameRef |
checker, |
|
|
const char * |
name, |
|
|
const char * |
description |
|
) |
| |
|
inline |
◆ BuiltinBug() [2/4]
clang::ento::BuiltinBug::BuiltinBug |
( |
const CheckerBase * |
checker, |
|
|
const char * |
name, |
|
|
const char * |
description |
|
) |
| |
|
inline |
◆ BuiltinBug() [3/4]
clang::ento::BuiltinBug::BuiltinBug |
( |
class CheckerNameRef |
checker, |
|
|
const char * |
name |
|
) |
| |
|
inline |
◆ BuiltinBug() [4/4]
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: