Author: Piotr Zegar
Date: 2023-08-06T05:16:22Z
New Revision: 3d8010363895bd063a2d33172a07985b4c9b97ee

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

LOG: [clang-tidy][NFC] Fix link in documentation

Fix link to cppcoreguidelines-avoid-goto in doc.

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 51736febb8792f..2e2fe0dfa51fe8 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/list.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst
@@ -502,7 +502,7 @@ Clang-Tidy Checks
    `google-readability-function-size 
<google/readability-function-size.html>`_, `readability-function-size 
<readability/function-size.html>`_,
    `google-readability-namespace-comments 
<google/readability-namespace-comments.html>`_, `llvm-namespace-comment 
<llvm/namespace-comment.html>`_,
    `hicpp-avoid-c-arrays <hicpp/avoid-c-arrays.html>`_, 
`modernize-avoid-c-arrays <modernize/avoid-c-arrays.html>`_,
-   `hicpp-avoid-goto <hicpp/avoid-goto.html>`_, cppcoreguidelines-avoid-goto 
<cppcoreguidelines/avoid-goto>`_,
+   `hicpp-avoid-goto <hicpp/avoid-goto.html>`_, `cppcoreguidelines-avoid-goto 
<cppcoreguidelines/avoid-goto.html>`_,
    `hicpp-braces-around-statements <hicpp/braces-around-statements.html>`_, 
`readability-braces-around-statements 
<readability/braces-around-statements.html>`_, "Yes"
    `hicpp-deprecated-headers <hicpp/deprecated-headers.html>`_, 
`modernize-deprecated-headers <modernize/deprecated-headers.html>`_, "Yes"
    `hicpp-explicit-conversions <hicpp/explicit-conversions.html>`_, 
`google-explicit-constructor <google/explicit-constructor.html>`_, "Yes"


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to