brintos

brintos / llvm-project-archived public Read only

0
0
Text · 512 B · 715a1b7 Raw
13 lines · plain
1.. title:: clang-tidy - hicpp-no-array-decay2.. meta::3   :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-bounds-array-to-pointer-decay.html4 5hicpp-no-array-decay6====================7 8The `hicpp-no-array-decay` check is an alias, please see9:doc:`cppcoreguidelines-pro-bounds-array-to-pointer-decay10<../cppcoreguidelines/pro-bounds-array-to-pointer-decay>`11for more information.12It enforces the `rule 4.1.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/standard-conversions>`_.13