blob: 341d8a79931ed30af64ca1e6ca0e1e98eeb605f3 [file] [log] [blame]
.. title:: clang-tidy - hicpp-member-init
.. meta::
:http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-member-init.html
hicpp-member-init
=================
This check is an alias for :doc:`cppcoreguidelines-pro-type-member-init <../cppcoreguidelines/pro-type-member-init>`.
Implements the check for
`rule 12.4.2 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_
to initialize class members in the right order.