summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Coe <jbcoe@me.com>2017-03-30 12:59:41 +0000
committerJonathan Coe <jbcoe@me.com>2017-03-30 12:59:41 +0000
commit06aba530997a32accb5e8dd798213c9fa3dd4ca1 (patch)
treeb6a4e3c31655de4ff9bd42789b6a497fe86b058a
parent458813f68bf16867737dbf11013b942f26a48d46 (diff)
downloadclang-tools-extra-06aba530997a32accb5e8dd798213c9fa3dd4ca1.tar.gz
[clang-tidy] fix docs in hicpp checks
Fix for sphinx-doc warnings in r299068. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@299071 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/clang-tidy/checks/hicpp-noexcept-move.rst2
-rw-r--r--docs/clang-tidy/checks/list.rst12
2 files changed, 13 insertions, 1 deletions
diff --git a/docs/clang-tidy/checks/hicpp-noexcept-move.rst b/docs/clang-tidy/checks/hicpp-noexcept-move.rst
index 8a2fdadd..0f4505f5 100644
--- a/docs/clang-tidy/checks/hicpp-noexcept-move.rst
+++ b/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/docs/clang-tidy/checks/list.rst b/docs/clang-tidy/checks/list.rst
index 4479109a..8a35ac21 100644
--- a/docs/clang-tidy/checks/list.rst
+++ b/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