[clang-tools-extra] [clang-tidy][docs][NFC] Enforce 80 characters limit (2/N) (PR #167632)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 12 08:00:38 PST 2025
================
@@ -5,5 +5,6 @@ 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.
+The clang-analyzer-security.insecureAPI.decodeValueOfObjCType
----------------
EugeneZelenko wrote:
```suggestion
The `clang-analyzer-security.insecureAPI.decodeValueOfObjCType`
```
https://github.com/llvm/llvm-project/pull/167632
More information about the cfe-commits
mailing list