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