.. 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 `_ to ensure the `new` and `delete` operators have the correct signature.