13 lines
604 B
ReStructuredText
13 lines
604 B
ReStructuredText
.. title:: clang-tidy - clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-runloopautoreleaseleak
|
|
|
|
clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak
|
|
===============================================
|
|
|
|
Check for leaked memory in autorelease pools that will never be drained.
|
|
|
|
The `clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak` check is an alias, please see
|
|
`Clang Static Analyzer Available Checkers
|
|
<https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-runloopautoreleaseleak>`_
|
|
for more information.
|