1.. title:: clang-tidy - clang-analyzer-nullability.NullPassedToNonnull
2.. meta::
3   :http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullpassedtononnull
4
5clang-analyzer-nullability.NullPassedToNonnull
6==============================================
7
8Warns when a null pointer is passed to a pointer which has a _Nonnull type.
9
10The `clang-analyzer-nullability.NullPassedToNonnull` check is an alias, please see
11`Clang Static Analyzer Available Checkers
12<https://clang.llvm.org/docs/analyzer/checkers.html#nullability-nullpassedtononnull>`_
13for more information.
14