13 lines
563 B
ReStructuredText
13 lines
563 B
ReStructuredText
.. title:: clang-tidy - clang-analyzer-osx.cocoa.MissingSuperCall
|
|
.. meta::
|
|
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-missingsupercall
|
|
|
|
clang-analyzer-osx.cocoa.MissingSuperCall
|
|
=========================================
|
|
|
|
Warn about Objective-C methods that lack a necessary call to super.
|
|
|
|
The `clang-analyzer-osx.cocoa.MissingSuperCall` check is an alias, please see
|
|
`Clang Static Analyzer Available Checkers
|
|
<https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-missingsupercall>`_
|
|
for more information.
|