[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / named-parameter.rst
blobced016514cfadf6028a1fd5d3d61ca6dbcd5ec85
1 .. title:: clang-tidy - hicpp-named-parameter
2 .. meta::
3    :http-equiv=refresh: 5;URL=../readability/named-parameter.html
5 hicpp-named-parameter
6 =====================
8 This check is an alias for `readability-named-parameter <../readability/named-parameter.html>`_.
10 Implements `rule 8.2.1 <http://www.codingstandard.com/rule/8-2-1-make-parameter-names-absent-or-identical-in-all-declarations/>`_.