.. title:: clang-tidy - clang-analyzer-nullability.NullPassedToNonnull
.. meta::
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullpassedtononnull
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
<https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullpassedtononnull>`_
for more information.