[clang-tools-extra] 55f8a28 - [clang-tidy][NFC] Update docs/clang-tidy/checks/list.rst

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 12 13:02:01 PDT 2023


Author: Piotr Zegar
Date: 2023-03-12T20:01:36Z
New Revision: 55f8a287e9e8a137a400349b91426d02d6570b37

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

LOG: [clang-tidy][NFC] Update docs/clang-tidy/checks/list.rst
Mark fixes to Yes for cppcoreguidelines-avoid-capture-default-when-capturing-this
check, as it provides fixes

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 1919458cfc87..f1945c1b5bf0 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/list.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst
@@ -179,7 +179,7 @@ Clang-Tidy Checks
    `clang-analyzer-valist.Unterminated <clang-analyzer/valist.Unterminated.html>`_,
    `concurrency-mt-unsafe <concurrency/mt-unsafe.html>`_,
    `concurrency-thread-canceltype-asynchronous <concurrency/thread-canceltype-asynchronous.html>`_,
-   `cppcoreguidelines-avoid-capture-default-when-capturing-this <cppcoreguidelines/avoid-capture-default-when-capturing-this.html>`_,
+   `cppcoreguidelines-avoid-capture-default-when-capturing-this <cppcoreguidelines/avoid-capture-default-when-capturing-this.html>`_, "Yes"
    `cppcoreguidelines-avoid-capturing-lambda-coroutines <cppcoreguidelines/avoid-capturing-lambda-coroutines.html>`_,
    `cppcoreguidelines-avoid-const-or-ref-data-members <cppcoreguidelines/avoid-const-or-ref-data-members.html>`_,
    `cppcoreguidelines-avoid-do-while <cppcoreguidelines/avoid-do-while.html>`_,


        


More information about the cfe-commits mailing list