[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / hicpp / new-delete-operators.rst
blob826016772b48d60958be3b9d4bff756366d08eed
1 .. title:: clang-tidy - hicpp-new-delete-operators
2 .. meta::
3    :http-equiv=refresh: 5;URL=../misc/new-delete-overloads.html
5 hicpp-new-delete-operators
6 ==========================
8 This check is an alias for `misc-new-delete-overloads <../misc/new-delete-overloads.html>`_.
9 Implements `rule 12.3.1 <http://www.codingstandard.com/section/12-3-free-store/>`_ to ensure
10 the `new` and `delete` operators have the correct signature.