[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / use-nullptr.rst
blob4bcc71898c1c3ab860df748cf144560d6235710f
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 :doc:`modernize-use-nullptr <../modernize/use-nullptr>` for more information.
10 It enforces the `rule 2.5.3 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/lexical-conventions>`_.