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