llvm/clang-tools-extra/docs/clang-tidy/checks/hicpp/use-auto.rst

.. title:: clang-tidy - hicpp-use-auto
.. meta::
   :http-equiv=refresh: 5;URL=../modernize/use-auto.html

hicpp-use-auto
==============

The `hicpp-use-auto` check is an alias, please see
:doc:`modernize-use-auto <../modernize/use-auto>` for more information.
It enforces the `rule 7.1.8 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/declarations>`_.