1 .. title:: clang-tidy - hicpp-member-init
3 :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-member-init.html
8 This check is an alias for :doc:`cppcoreguidelines-pro-type-member-init <../cppcoreguidelines/pro-type-member-init>`.
9 Implements the check for
10 `rule 12.4.2 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_
11 to initialize class members in the right order.