[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / use-nullptr.rst
bloba2958cdbead93ec484f5db9f7a09e4b732a2fc97
1 .. title:: clang-tidy - hicpp-use-nullptr
2 .. meta::
3    :http-equiv=refresh: 5;URL=../modernize/use-nullptr.html
5 hicpp-use-nullptr
6 =================
8 The `hicpp-use-nullptr` check is an alias, please see
9 `modernize-use-nullptr <../modernize/use-nullptr.html>`_ for more information.
10 It enforces the `rule 2.5.3 <http://www.codingstandard.com/rule/2-5-3-use-nullptr-for-the-null-pointer-constant/>`_.