[clang-tidy] [doc] Fix hicpp-noexcept-move alias links.

This commit is contained in:
Marek Kurdej
2020-04-09 10:42:04 +02:00
parent 94cc9eccf6
commit 340d1119ed
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
.. title:: clang-tidy - hicpp-noexcept-move
.. meta::
:http-equiv=refresh: 5;URL=misc-noexcept-moveconstructor.html
:http-equiv=refresh: 5;URL=performance-noexcept-move-constructor.html
hicpp-noexcept-move
===================
This check is an alias for `misc-noexcept-moveconstructor <misc-noexcept-moveconstructor.html>`_.
This check is an alias for `performance-noexcept-move-constructor <performance-noexcept-move-constructor.html>`_.
Checks `rule 12.5.4 <http://www.codingstandard.com/rule/12-5-4-declare-noexcept-the-move-constructor-and-move-assignment-operator>`_ to mark move assignment and move construction `noexcept`.

View File

@@ -404,7 +404,7 @@ Clang-Tidy Checks
`hicpp-new-delete-operators <hicpp-new-delete-operators.html>`_, `misc-new-delete-overloads <misc-new-delete-overloads.html>`_,
`hicpp-no-array-decay <hicpp-no-array-decay.html>`_, `cppcoreguidelines-pro-bounds-array-to-pointer-decay <cppcoreguidelines-pro-bounds-array-to-pointer-decay.html>`_,
`hicpp-no-malloc <hicpp-no-malloc.html>`_, `cppcoreguidelines-no-malloc <cppcoreguidelines-no-malloc.html>`_,
`hicpp-noexcept-move <hicpp-noexcept-move.html>`_, `misc-noexcept-moveconstructor <misc-noexcept-moveconstructor.html>`_,
`hicpp-noexcept-move <hicpp-noexcept-move.html>`_, `performance-noexcept-move-constructor <performance-noexcept-move-constructor.html>`_,
`hicpp-special-member-functions <hicpp-special-member-functions.html>`_, `cppcoreguidelines-special-member-functions <cppcoreguidelines-special-member-functions.html>`_,
`hicpp-static-assert <hicpp-static-assert.html>`_, `misc-static-assert <misc-static-assert.html>`_, "Yes"
`hicpp-undelegated-constructor <hicpp-undelegated-constructor.html>`_, `bugprone-undelegated-constructor <bugprone-undelegated-constructor.html>`_,