clang-analyzer-nullability.NullablePassedToNonnull¶
Warns when a nullable pointer is passed to a pointer which has a _Nonnull type.
The clang-analyzer-nullability.NullablePassedToNonnull check is an alias, please see Clang Static Analyzer Available Checkers for more information.