llvm/clang-tools-extra/docs/clang-tidy/checks/hicpp/use-nullptr.rst

.. title:: clang-tidy - hicpp-use-nullptr
.. meta::
   :http-equiv=refresh: 5;URL=../modernize/use-nullptr.html

hicpp-use-nullptr
=================

The `hicpp-use-nullptr` check is an alias, please see
:doc:`modernize-use-nullptr <../modernize/use-nullptr>` for more information.
It enforces the `rule 2.5.3 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/lexical-conventions>`_.