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