[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / no-malloc.rst
blobd84345e786fc59b118eaefc58b8fd928631d61b3
1 .. title:: clang-tidy - hicpp-no-malloc
2 .. meta::
3    :http-equiv=refresh: 5;URL=../cppcoreguidelines/no-malloc.html
5 hicpp-no-malloc
6 ===============
8 The `hicpp-no-malloc` check is an alias, please see
9 :doc:`cppcoreguidelines-no-malloc <../cppcoreguidelines/no-malloc>`
10 for more information.
11 It enforces the `rule 5.3.2 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard-expressions>`_.