clang
8.0.0
|
Public Member Functions | |
OverAutorelease (const CheckerBase *checker) | |
const char * | getDescription () const override |
![]() | |
virtual bool | isLeak () const |
![]() | |
BugType (CheckName Check, StringRef Name, StringRef Cat) | |
BugType (const CheckerBase *Checker, StringRef Name, StringRef Cat) | |
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... | |
void | setSuppressOnSink (bool x) |
Additional Inherited Members | |
![]() | |
RefCountBug (const CheckerBase *checker, StringRef name) | |
Definition at line 72 of file RetainCountChecker.cpp.
|
inline |
Definition at line 74 of file RetainCountChecker.cpp.
|
inlineoverridevirtual |
Implements clang::ento::retaincountchecker::RefCountBug.
Definition at line 77 of file RetainCountChecker.cpp.