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

11 lines
409 B
ReStructuredText
Raw Normal View History

2025-02-14 19:21:04 +01:00
.. 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>`_.