[clang-tools-extra] [clang-tidy][NFC] Update list.rst (PR #162698)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 9 09:53:46 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-tools-extra

Author: Davide Cunial (capitan-davide)

<details>
<summary>Changes</summary>

The check 'readability-braces-around-statements' do offer fixes!


---
Full diff: https://github.com/llvm/llvm-project/pull/162698.diff


1 Files Affected:

- (modified) clang-tools-extra/docs/clang-tidy/checks/list.rst (+1-1) 


``````````diff
diff --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst b/clang-tools-extra/docs/clang-tidy/checks/list.rst
index c490d2ece2e0a..7f7857ad39908 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/list.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst
@@ -370,7 +370,7 @@ Clang-Tidy Checks
    :doc:`readability-avoid-nested-conditional-operator <readability/avoid-nested-conditional-operator>`,
    :doc:`readability-avoid-return-with-void-value <readability/avoid-return-with-void-value>`, "Yes"
    :doc:`readability-avoid-unconditional-preprocessor-if <readability/avoid-unconditional-preprocessor-if>`,
-   :doc:`readability-braces-around-statements <readability/braces-around-statements>`,
+   :doc:`readability-braces-around-statements <readability/braces-around-statements>`, "Yes"
    :doc:`readability-const-return-type <readability/const-return-type>`, "Yes"
    :doc:`readability-container-contains <readability/container-contains>`, "Yes"
    :doc:`readability-container-data-pointer <readability/container-data-pointer>`, "Yes"

``````````

</details>


https://github.com/llvm/llvm-project/pull/162698


More information about the cfe-commits mailing list