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