[clang-tools-extra] e8c9110 - clang-tidy doc: modernize-make-unique has an autofix

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 31 02:56:33 PST 2019


Author: Sylvestre Ledru
Date: 2019-12-31T11:56:17+01:00
New Revision: e8c9110b56b516a22b41e95e347bc141814ab87c

URL: https://github.com/llvm/llvm-project/commit/e8c9110b56b516a22b41e95e347bc141814ab87c
DIFF: https://github.com/llvm/llvm-project/commit/e8c9110b56b516a22b41e95e347bc141814ab87c.diff

LOG: clang-tidy doc: modernize-make-unique has an autofix

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst b/clang-tools-extra/docs/clang-tidy/checks/list.rst
index 08805ea248eb..7273f2f2c10a 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/list.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst
@@ -202,7 +202,7 @@ Clang-Tidy Checks
    `modernize-deprecated-ios-base-aliases <modernize-deprecated-ios-base-aliases.html>`_, "Yes", "low"
    `modernize-loop-convert <modernize-loop-convert.html>`_, "Yes", "style"
    `modernize-make-shared <modernize-make-shared.html>`_, "Yes", "low"
-   `modernize-make-unique <modernize-make-unique.html>`_, , "low"
+   `modernize-make-unique <modernize-make-unique.html>`_, "Yes", "low"
    `modernize-pass-by-value <modernize-pass-by-value.html>`_, "Yes", "low"
    `modernize-raw-string-literal <modernize-raw-string-literal.html>`_, "Yes", "style"
    `modernize-redundant-void-arg <modernize-redundant-void-arg.html>`_, "Yes", "style"


        


More information about the cfe-commits mailing list