mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[clang-tidy] [doc] Fix hicpp-noexcept-move alias links.
This commit is contained in:
@@ -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`.
|
||||
|
||||
@@ -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>`_,
|
||||
|
||||
Reference in New Issue
Block a user