1.. title:: clang-tidy - clang-analyzer-osx.cocoa.AutoreleaseWrite
2.. meta::
3   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-autoreleasewrite
4
5clang-analyzer-osx.cocoa.AutoreleaseWrite
6=========================================
7
8Warn about potentially crashing writes to autoreleasing objects from different
9autoreleasing pools in Objective-C.
10
11The `clang-analyzer-osx.cocoa.AutoreleaseWrite` check is an alias, please see
12`Clang Static Analyzer Available Checkers
13<https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-autoreleasewrite>`_
14for more information.
15