.. title:: clang-tidy - clang-analyzer-core.NonNullParamChecker
.. meta::
:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#core-nonnullparamchecker
clang-analyzer-core.NonNullParamChecker
=======================================
Check for null pointers passed as arguments to a function whose arguments are
references or marked with the 'nonnull' attribute.
The `clang-analyzer-core.NonNullParamChecker` check is an alias, please see
`Clang Static Analyzer Available Checkers
<https://clang.llvm.org/docs/analyzer/checkers.html#core-nonnullparamchecker>`_
for more information.