bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/hicpp/use-equals-delete.rst

11 lines
455 B
ReStructuredText
Raw Normal View History

2025-02-14 19:21:04 +01:00
.. title:: clang-tidy - hicpp-use-equals-delete
.. meta::
:http-equiv=refresh: 5;URL=../modernize/use-equals-delete.html
hicpp-use-equals-delete
=======================
This check is an alias for :doc:`modernize-use-equals-delete <../modernize/use-equals-delete>`.
Implements `rule 12.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_
to explicitly default or delete special member functions.