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

11 lines
381 B
ReStructuredText
Raw Normal View History

2025-02-14 19:21:04 +01:00
.. 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>`_.