[PATCH] D69145: Give readability-redundant-member-init an option IgnoreBaseInCopyConstructors to avoid breaking code with gcc -Werror=extra
Conrad Poelman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 00:30:49 PDT 2019
poelmanc updated this revision to Diff 226847.
poelmanc added a comment.
Changed default to 1, updated help accordingly, and removed an extraneous set of braces around a one-line statement.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69145/new/
https://reviews.llvm.org/D69145
Files:
clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.h
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: D69145.226847.patch
Type: text/x-patch
Size: 6213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191029/2c1443b6/attachment.bin>
More information about the cfe-commits
mailing list