[clang-tools-extra] r299071 - [clang-tidy] fix docs in hicpp checks
Jonathan Coe via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 30 05:59:42 PDT 2017
Author: jbcoe
Date: Thu Mar 30 07:59:41 2017
New Revision: 299071
URL: http://llvm.org/viewvc/llvm-project?rev=299071&view=rev
Log:
[clang-tidy] fix docs in hicpp checks
Fix for sphinx-doc warnings in r299068.
Modified:
clang-tools-extra/trunk/docs/clang-tidy/checks/hicpp-noexcept-move.rst
clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/hicpp-noexcept-move.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/hicpp-noexcept-move.rst?rev=299071&r1=299070&r2=299071&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/hicpp-noexcept-move.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/hicpp-noexcept-move.rst Thu Mar 30 07:59:41 2017
@@ -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`.
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst?rev=299071&r1=299070&r2=299071&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst Thu Mar 30 07:59:41 2017
@@ -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
More information about the cfe-commits
mailing list