[clang-tools-extra] r268659 - [Documentation] List Clang-tidy checks alphabetically.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu May 5 11:25:53 PDT 2016


Author: eugenezelenko
Date: Thu May  5 13:25:53 2016
New Revision: 268659

URL: http://llvm.org/viewvc/llvm-project?rev=268659&view=rev
Log:
[Documentation] List Clang-tidy checks alphabetically.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst

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=268659&r1=268658&r2=268659&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst Thu May  5 13:25:53 2016
@@ -52,7 +52,6 @@ Clang-Tidy Checks
    llvm-twine-local
    misc-argument-comment
    misc-assert-side-effect
-   misc-unconventional-assign-operator
    misc-bool-pointer-implicit-conversion
    misc-dangling-handle
    misc-definitions-in-headers
@@ -83,6 +82,7 @@ Clang-Tidy Checks
    misc-suspicious-string-compare
    misc-swapped-arguments
    misc-throw-by-value-catch-by-reference
+   misc-unconventional-assign-operator
    misc-undelegated-constructor
    misc-uniqueptr-reset-release
    misc-unused-alias-decls




More information about the cfe-commits mailing list