11 lines · plain
1.. title:: clang-tidy - hicpp-new-delete-operators2.. meta::3 :http-equiv=refresh: 5;URL=../misc/new-delete-overloads.html4 5hicpp-new-delete-operators6==========================7 8This check is an alias for :doc:`misc-new-delete-overloads <../misc/new-delete-overloads>`.9Implements `rule 12.3.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_ to ensure10the `new` and `delete` operators have the correct signature.11