2017-03-30 19:57:54 +08:00
|
|
|
.. title:: clang-tidy - hicpp-new-delete-operators
|
2017-08-10 18:12:31 +08:00
|
|
|
.. meta::
|
|
|
|
:http-equiv=refresh: 5;URL=misc-new-delete-overloads.html
|
2017-03-30 19:57:54 +08:00
|
|
|
|
|
|
|
hicpp-new-delete-operators
|
|
|
|
==========================
|
|
|
|
|
2017-08-10 18:12:31 +08:00
|
|
|
This check is an alias for `misc-new-delete-overloads <misc-new-delete-overloads.html>`_.
|
2017-03-30 19:57:54 +08:00
|
|
|
Implements `rule 12.3.1 <http://www.codingstandard.com/section/12-3-free-store/>`_ to ensure
|
|
|
|
the `new` and `delete` operators have the correct signature.
|