llvm/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/security.insecureAPI.decodeValueOfObjCType.rst

.. title:: clang-tidy - clang-analyzer-security.insecureAPI.decodeValueOfObjCType

clang-analyzer-security.insecureAPI.decodeValueOfObjCType
=========================================================

Warn on uses of the '-decodeValueOfObjCType:at:' method.

The clang-analyzer-security.insecureAPI.decodeValueOfObjCType check is an alias of
Clang Static Analyzer security.insecureAPI.decodeValueOfObjCType.