From 340d1119eddaa30446853832c3ad1e95c6ff96dc Mon Sep 17 00:00:00 2001 From: Marek Kurdej Date: Thu, 9 Apr 2020 10:42:04 +0200 Subject: [PATCH] [clang-tidy] [doc] Fix hicpp-noexcept-move alias links. --- .../docs/clang-tidy/checks/hicpp-noexcept-move.rst | 4 ++-- clang-tools-extra/docs/clang-tidy/checks/list.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst b/clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst index 10573eca7fc0..d96be9f8446e 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst @@ -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 `_. +This check is an alias for `performance-noexcept-move-constructor `_. Checks `rule 12.5.4 `_ to mark move assignment and move construction `noexcept`. diff --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst b/clang-tools-extra/docs/clang-tidy/checks/list.rst index 28a98e828ca0..768e10ef714f 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/list.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst @@ -404,7 +404,7 @@ Clang-Tidy Checks `hicpp-new-delete-operators `_, `misc-new-delete-overloads `_, `hicpp-no-array-decay `_, `cppcoreguidelines-pro-bounds-array-to-pointer-decay `_, `hicpp-no-malloc `_, `cppcoreguidelines-no-malloc `_, - `hicpp-noexcept-move `_, `misc-noexcept-moveconstructor `_, + `hicpp-noexcept-move `_, `performance-noexcept-move-constructor `_, `hicpp-special-member-functions `_, `cppcoreguidelines-special-member-functions `_, `hicpp-static-assert `_, `misc-static-assert `_, "Yes" `hicpp-undelegated-constructor `_, `bugprone-undelegated-constructor `_,