13 lines
511 B
ReStructuredText
13 lines
511 B
ReStructuredText
.. title:: clang-tidy - clang-analyzer-osx.cocoa.UnusedIvars
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-unusedivars
|
|
|
|
clang-analyzer-osx.cocoa.UnusedIvars
|
|
====================================
|
|
|
|
Warn about private ivars that are never used.
|
|
|
|
The `clang-analyzer-osx.cocoa.UnusedIvars` check is an alias, please see
|
|
`Clang Static Analyzer Available Checkers
|
|
<https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-unusedivars>`_
|
|
for more information.
|