-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[clang-tidy][NFC] Update list.rst fix-its info for readability-braces-around-statements check #162698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@llvm/pr-subscribers-clang-tidy @llvm/pr-subscribers-clang-tools-extra Author: Davide Cunial (capitan-davide) ChangesThe check 'readability-braces-around-statements' do offer fixes! Full diff: https://github.com/llvm/llvm-project/pull/162698.diff 1 Files Affected:
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"
|
cfd52bc
to
fac9b77
Compare
This check has two aliases, neither of which is documented as providing fix-its. Presumably those should be updated as well?
|
fac9b77
to
297349e
Compare
Amended |
The check 'readability-braces-around-statements' do offer fixes!
297349e
to
c6416e4
Compare
…-around-statements check (llvm#162698) The check 'readability-braces-around-statements' do offer fixes!
…-around-statements check (llvm#162698) The check 'readability-braces-around-statements' do offer fixes!
The check 'readability-braces-around-statements' do offer fixes!