bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/hicpp/no-array-decay.rst
2025-02-14 19:21:04 +01:00

11 lines
512 B
ReStructuredText

.. title:: clang-tidy - hicpp-no-array-decay
.. meta::
:http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-bounds-array-to-pointer-decay.html
hicpp-no-array-decay
====================
The `hicpp-no-array-decay` check is an alias, please see
:doc:`cppcoreguidelines-pro-bounds-array-to-pointer-decay <../cppcoreguidelines/pro-bounds-array-to-pointer-decay>`
for more information.
It enforces the `rule 4.1.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/standard-conversions>`_.