From 53667b8dff805984af8466004ad3fc7a1de65cc7 Mon Sep 17 00:00:00 2001 From: Jonathan Coe Date: Thu, 30 Mar 2017 12:59:41 +0000 Subject: [PATCH] [clang-tidy] fix docs in hicpp checks Fix for sphinx-doc warnings in r299068. llvm-svn: 299071 --- .../docs/clang-tidy/checks/hicpp-noexcept-move.rst | 2 +- clang-tools-extra/docs/clang-tidy/checks/list.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 8a2fdad..0f4505f 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 `_. -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 4479109..8a35ac2 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 -- 2.7.4