xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/hicpp/use-equals-delete.rst (revision c6fa07ca966eb8902465adbe2c6c1e41a108881c)
1.. title:: clang-tidy - hicpp-use-equals-delete
2.. meta::
3   :http-equiv=refresh: 5;URL=../modernize/use-equals-delete.html
4
5hicpp-use-equals-delete
6=======================
7
8This check is an alias for :doc:`modernize-use-equals-delete <../modernize/use-equals-delete>`.
9Implements `rule 12.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_
10to explicitly default or delete special member functions.
11