clang-analyzer-nullability.NullableReturnedFromNonnull¶
Warns when a nullable pointer is returned from a function that has _Nonnull return type.
The clang-analyzer-nullability.NullableReturnedFromNonnull check is an alias, please see
Clang Static Analyzer Available Checkers
for more information.