[PATCH] D131985: clang-tidy: strip useless parens from `return` statements

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 16 16:17:47 PDT 2022


Eugene.Zelenko added a comment.

Entry in Release Notes is still missing.



================
Comment at: clang-tools-extra/docs/clang-tidy/checks/readability/return-with-redundant-parens.rst:4
+readability-return-with-redundant-parens
+=========================
+
----------------
Please make same length as check name.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/readability/return-with-redundant-parens.rst:6
+
+Checks for `return` statements with redundant parenthesis.
+
----------------
Please use double back-ticks for language constructs.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131985/new/

https://reviews.llvm.org/D131985



More information about the cfe-commits mailing list