[clang] [analyzer] Report violations of the "returns_nonnull" attribute (PR #106048)
Arseniy Zaostrovnykh via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 27 00:03:26 PDT 2024
================
@@ -588,8 +588,8 @@ Warns when a null pointer is passed to a pointer which has a _Nonnull type.
.. _nullability-NullReturnedFromNonnull:
-nullability.NullReturnedFromNonnull (ObjC)
-""""""""""""""""""""""""""""""""""""""""""
+nullability.NullReturnedFromNonnull
+"""""""""""""""""""""""""""""""""""
----------------
necto wrote:
Yes, it is relevant for both. Thanks for the fix! Applied
https://github.com/llvm/llvm-project/pull/106048
More information about the cfe-commits
mailing list