diff options
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst | 2 | ||||
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/list.rst | 12 |
2 files changed, 13 insertions, 1 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 8a2fdadda56..0f4505f5623 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 @@ -4,4 +4,4 @@ hicpp-noexcept-move =================== This check is an alias for `misc-noexcept-moveconstructor <misc-noexcept-moveconstructor.hml>`_. -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`. +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`. diff --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst b/clang-tools-extra/docs/clang-tidy/checks/list.rst index 4479109aa6a..8a35ac21035 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/list.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst @@ -53,7 +53,19 @@ Clang-Tidy Checks google-runtime-memset google-runtime-operator google-runtime-references + hicpp-explicit-conversions + hicpp-function-size + hicpp-invalid-access-moved + hicpp-member-init + hicpp-named-parameter + hicpp-new-delete-operators hicpp-no-assembler + hicpp-noexcept-move + hicpp-special-member-functions + hicpp-undelegated-constructor + hicpp-use-equals-default + hicpp-use-equals-delete + hicpp-use-override llvm-header-guard llvm-include-order llvm-namespace-comment |

