[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / use-equals-default.rst
blobf891e820cbf02bbcdc53bc77ac42dfdba3c55a92
1 .. title:: clang-tidy - hicpp-use-equals-defaults
2 .. meta::
3    :http-equiv=refresh: 5;URL=../modernize/use-equals-default.html
5 hicpp-use-equals-default
6 ========================
8 This check is an alias for :doc:`modernize-use-equals-default <../modernize/use-equals-default>`.
9 Implements `rule 12.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_ to explicitly default special member functions.