xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/hicpp/special-member-functions.rst (revision c6fa07ca966eb8902465adbe2c6c1e41a108881c)
1.. title:: clang-tidy - hicpp-special-member-functions
2.. meta::
3   :http-equiv=refresh: 5;URL=../cppcoreguidelines/special-member-functions.html
4
5hicpp-special-member-functions
6==============================
7
8This check is an alias for :doc:`cppcoreguidelines-special-member-functions <../cppcoreguidelines/special-member-functions>`.
9Checks that special member functions have the correct signature, according to `rule 12.5.7 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_.
10