[clang-tools-extra] [clang-tidy] Add support for in-class initializers in readability-redundant-member-init (PR #77206)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 13 23:49:43 PST 2024
================
@@ -487,6 +487,10 @@ Changes in existing checks
<clang-tidy/checks/readability/non-const-parameter>` check to ignore
false-positives in initializer list of record.
+- Improved :doc:`readability-redundant-member-init
+ <clang-tidy/checks/readability/redundant-member-init>` check to support
----------------
PiotrZSL wrote:
Done
https://github.com/llvm/llvm-project/pull/77206
More information about the cfe-commits
mailing list