[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / use-auto.rst
blob905b5d112614fcc1185c4bad88cc6d5174933424
1 .. title:: clang-tidy - hicpp-use-auto
2 .. meta::
3    :http-equiv=refresh: 5;URL=../modernize/use-auto.html
5 hicpp-use-auto
6 ==============
8 The `hicpp-use-auto` check is an alias, please see
9 `modernize-use-auto <../modernize/use-auto.html>`_ for more information.
10 It enforces the `rule 7.1.8 <http://www.codingstandard.com/rule/7-1-8-use-auto-id-expr-when-declaring-a-variable-to-have-the-same-type-as-its-initializer-function-call/>`_.