[clang-tools-extra] [clang-tidy] Add support for in-class initializers in readability-redundant-member-init (PR #77206)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 17:03:18 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
----------------
phyBrackets wrote:

Probably a better description might be 
`Enhanced it to now also detect redundant in-class initializers.`

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


More information about the cfe-commits mailing list