brintos

brintos / llvm-project-archived public Read only

0
0
Text · 381 B · c5d0e7c Raw
11 lines · plain
1.. title:: clang-tidy - hicpp-use-auto2.. meta::3   :http-equiv=refresh: 5;URL=../modernize/use-auto.html4 5hicpp-use-auto6==============7 8The `hicpp-use-auto` check is an alias, please see9:doc:`modernize-use-auto <../modernize/use-auto>` for more information.10It enforces the `rule 7.1.8 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_.11