[PATCH] D157262: [clang-tidy] Add support for in-class initializers in readability-redundant-member-init
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 7 02:13:34 PDT 2023
PiotrZSL created this revision.
PiotrZSL added reviewers: carlosgalvezp, njames93.
Herald added a subscriber: xazax.hun.
Herald added a project: All.
PiotrZSL requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Support detecting redundant in-class initializers.
Fixes: #62525
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157262
Files:
clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/readability/redundant-member-init.rst
clang-tools-extra/test/clang-tidy/checkers/readability/redundant-member-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157262.547679.patch
Type: text/x-patch
Size: 7689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230807/7dedc8b6/attachment.bin>
More information about the cfe-commits
mailing list