1.. title:: clang-tidy - clang-analyzer-osx.cocoa.VariadicMethodTypes
2.. meta::
3   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-variadicmethodtypes
4
5clang-analyzer-osx.cocoa.VariadicMethodTypes
6============================================
7
8Check for passing non-Objective-C types to variadic collection initialization
9methods that expect only Objective-C types.
10
11The `clang-analyzer-osx.cocoa.VariadicMethodTypes` check is an alias, please see
12`Clang Static Analyzer Available Checkers
13<https://clang.llvm.org/docs/analyzer/checkers.html#osx-cocoa-variadicmethodtypes>`_
14for more information.
15