brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · 341d8a7 Raw
12 lines · plain
1.. title:: clang-tidy - hicpp-member-init2.. meta::3   :http-equiv=refresh: 5;URL=../cppcoreguidelines/pro-type-member-init.html4 5hicpp-member-init6=================7 8This check is an alias for :doc:`cppcoreguidelines-pro-type-member-init <../cppcoreguidelines/pro-type-member-init>`.9Implements the check for10`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