[clang-tidy] fix docs in hicpp checks
authorJonathan Coe <jbcoe@me.com>
Thu, 30 Mar 2017 12:59:41 +0000 (12:59 +0000)
committerJonathan Coe <jbcoe@me.com>
Thu, 30 Mar 2017 12:59:41 +0000 (12:59 +0000)
Fix for sphinx-doc warnings in r299068.

llvm-svn: 299071

clang-tools-extra/docs/clang-tidy/checks/hicpp-noexcept-move.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst

index 8a2fdad..0f4505f 100644 (file)
@@ -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`.
index 4479109..8a35ac2 100644 (file)
@@ -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