enum RefCountBug::RefCountBugKind

Declared at: clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h:29

Enumerators

NameValueComment
UseAfterRelease0
ReleaseNotOwned1
DeallocNotOwned2
FreeNotOwned3
OverAutorelease4
ReturnNotOwnedForOwned5
LeakWithinFunction6
LeakAtReturn7