bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/hicpp/new-delete-operators.rst
2025-02-14 19:21:04 +01:00

10 lines
471 B
ReStructuredText

.. title:: clang-tidy - hicpp-new-delete-operators
.. meta::
:http-equiv=refresh: 5;URL=../misc/new-delete-overloads.html
hicpp-new-delete-operators
==========================
This check is an alias for :doc:`misc-new-delete-overloads <../misc/new-delete-overloads>`.
Implements `rule 12.3.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_ to ensure
the `new` and `delete` operators have the correct signature.