1.. title:: clang-tidy - hicpp-new-delete-operators 2.. meta:: 3 :http-equiv=refresh: 5;URL=misc-new-delete-overloads.html 4 5hicpp-new-delete-operators 6========================== 7 8This check is an alias for `misc-new-delete-overloads <misc-new-delete-overloads.html>`_. 9Implements `rule 12.3.1 <http://www.codingstandard.com/section/12-3-free-store/>`_ to ensure 10the `new` and `delete` operators have the correct signature. 11