[SelectOpt] Support ADD and SUB with zext operands. (#115489)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / member-init.rst
blob341d8a79931ed30af64ca1e6ca0e1e98eeb605f3
1 .. title:: clang-tidy - hicpp-member-init
2 .. meta::
3    :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-member-init.html
5 hicpp-member-init
6 =================
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.