1.. title:: clang-tidy - hicpp-use-nullptr 2.. meta:: 3 :http-equiv=refresh: 5;URL=modernize-use-nullptr.html 4 5hicpp-use-nullptr 6================= 7 8The `hicpp-use-nullptr` check is an alias, please see 9`modernize-use-nullptr <modernize-use-nullptr.html>`_ for more information. 10It enforces the `rule 2.5.3 <http://www.codingstandard.com/rule/2-5-3-use-nullptr-for-the-null-pointer-constant/>`_. 11