1.. title:: clang-tidy - hicpp-no-array-decay
2.. meta::
3   :http-equiv=refresh: 5;URL=cppcoreguidelines-pro-bounds-array-to-pointer-decay.html
4
5hicpp-no-array-decay
6====================
7
8The `hicpp-no-array-decay` check is an alias, please see
9`cppcoreguidelines-pro-bounds-array-to-pointer-decay <cppcoreguidelines-pro-bounds-array-to-pointer-decay.html>`_
10for more information.
11It enforces the `rule 4.1.1 <http://www.codingstandard.com/section/4-1-array-to-pointer-conversion/>`_.
12