bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/osx.cocoa.Dealloc.rst
2025-02-14 19:21:04 +01:00

13 lines
520 B
ReStructuredText

.. title:: clang-tidy - clang-analyzer-osx.cocoa.Dealloc
.. meta::
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-dealloc
clang-analyzer-osx.cocoa.Dealloc
================================
Warn about Objective-C classes that lack a correct implementation of -dealloc.
The `clang-analyzer-osx.cocoa.Dealloc` check is an alias, please see
`Clang Static Analyzer Available Checkers
<https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-dealloc>`_
for more information.