[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / new-delete-operators.rst
bloba7891f943e2c3e0372e61ceea324bd57e3ccea0f
1 .. title:: clang-tidy - hicpp-new-delete-operators
2 .. meta::
3    :http-equiv=refresh: 5;URL=../misc/new-delete-overloads.html
5 hicpp-new-delete-operators
6 ==========================
8 This check is an alias for :doc:`misc-new-delete-overloads <../misc/new-delete-overloads>`.
9 Implements `rule 12.3.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_ to ensure
10 the `new` and `delete` operators have the correct signature.