[NFC] Trim trailing whitespace in *.rst
[platform/upstream/llvm.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp-member-init.rst
1 .. title:: clang-tidy - hicpp-member-init
2 .. meta::
3    :http-equiv=refresh: 5;URL=cppcoreguidelines-pro-type-member-init.html
4
5 hicpp-member-init
6 =================
7
8 This check is an alias for `cppcoreguidelines-pro-type-member-init <cppcoreguidelines-pro-type-member-init.html>`_.
9 Implements the check for
10 `rule 12.4.2 <http://www.codingstandard.com/rule/12-4-2-ensure-that-a-constructor-initializes-explicitly-all-base-classes-and-non-static-data-members/>`_
11 to initialize class members in the right order.