diff options
| author | Jonathan Coe <jbcoe@me.com> | 2017-03-30 12:59:41 +0000 |
|---|---|---|
| committer | Jonathan Coe <jbcoe@me.com> | 2017-03-30 12:59:41 +0000 |
| commit | 53667b8dff805984af8466004ad3fc7a1de65cc7 (patch) | |
| tree | 706709f70e4ccef36a7e4ccc3f3bc3e159386177 | |
| parent | 7a6bff0820948f0da3139548bbb5cd67a07c7621 (diff) | |
| download | bcm5719-llvm-53667b8dff805984af8466004ad3fc7a1de65cc7.tar.gz bcm5719-llvm-53667b8dff805984af8466004ad3fc7a1de65cc7.zip | |
[clang-tidy] fix docs in hicpp checks
Fix for sphinx-doc warnings in r299068.
llvm-svn: 299071
| -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 |

