[SelectOpt] Support ADD and SUB with zext operands. (#115489)
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / use-equals-delete.rst
blobf4bba24e34e5a30021aa31fb4eb6e69ce5b7a934
1 .. title:: clang-tidy - hicpp-use-equals-delete
2 .. meta::
3    :http-equiv=refresh: 5;URL=../modernize/use-equals-delete.html
5 hicpp-use-equals-delete
6 =======================
8 This check is an alias for :doc:`modernize-use-equals-delete <../modernize/use-equals-delete>`.
9 Implements `rule 12.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_
10 to explicitly default or delete special member functions.