|
clang 22.0.0git
|
Public Attributes | |
| const RefCountBug | UseAfterRelease |
| const RefCountBug | ReleaseNotOwned |
| const RefCountBug | DeallocNotOwned |
| const RefCountBug | FreeNotOwned |
| const RefCountBug | OverAutorelease |
| const RefCountBug | ReturnNotOwnedForOwned |
| const RefCountBug | LeakWithinFunction |
| const RefCountBug | LeakAtReturn |
Additional Inherited Members | |
| Public Member Functions inherited from clang::ento::CheckerFrontend | |
| void | enable (CheckerManager &Mgr) |
| bool | isEnabled () const |
| CheckerNameRef | getName () const |
Definition at line 38 of file RetainCountDiagnostics.h.
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::DeallocNotOwned |
Definition at line 47 of file RetainCountDiagnostics.h.
Referenced by clang::ento::retaincountchecker::RetainCountChecker::errorKindToBugKind().
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::FreeNotOwned |
Definition at line 50 of file RetainCountDiagnostics.h.
Referenced by clang::ento::retaincountchecker::RetainCountChecker::errorKindToBugKind().
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::LeakAtReturn |
Definition at line 64 of file RetainCountDiagnostics.h.
Referenced by clang::ento::retaincountchecker::RetainCountChecker::processLeaks().
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::LeakWithinFunction |
Definition at line 62 of file RetainCountDiagnostics.h.
Referenced by clang::ento::retaincountchecker::RetainCountChecker::processLeaks().
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::OverAutorelease |
Definition at line 53 of file RetainCountDiagnostics.h.
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::ReleaseNotOwned |
Definition at line 43 of file RetainCountDiagnostics.h.
Referenced by clang::ento::retaincountchecker::RetainCountChecker::errorKindToBugKind().
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::ReturnNotOwnedForOwned |
Definition at line 55 of file RetainCountDiagnostics.h.
| const RefCountBug clang::ento::retaincountchecker::RefCountFrontend::UseAfterRelease |
Definition at line 40 of file RetainCountDiagnostics.h.
Referenced by clang::ento::retaincountchecker::RetainCountChecker::errorKindToBugKind().