xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/hicpp/member-init.rst (revision c6fa07ca966eb8902465adbe2c6c1e41a108881c)
1.. title:: clang-tidy - hicpp-member-init
2.. meta::
3   :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-member-init.html
4
5hicpp-member-init
6=================
7
8This check is an alias for :doc:`cppcoreguidelines-pro-type-member-init <../cppcoreguidelines/pro-type-member-init>`.
9Implements the check for
10`rule 12.4.2 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_
11to initialize class members in the right order.
12