[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / no-array-decay.rst
bloba8d2d868fe180c9a926924ba8525b79e621a38d9
1 .. title:: clang-tidy - hicpp-no-array-decay
2 .. meta::
3    :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-bounds-array-to-pointer-decay.html
5 hicpp-no-array-decay
6 ====================
8 The `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>`_
10 for more information.
11 It enforces the `rule 4.1.1 <http://www.codingstandard.com/section/4-1-array-to-pointer-conversion/>`_.