[PATCH] D24339: [clang-tidy] Add check 'readability-redundant-member-init'
Malcolm Parsons via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 3 05:25:12 PDT 2016
malcolm.parsons updated this revision to Diff 73260.
malcolm.parsons added a comment.
Herald added a subscriber: modocache.
Don't warn for trivially default constructable members
https://reviews.llvm.org/D24339
Files:
clang-tidy/readability/CMakeLists.txt
clang-tidy/readability/ReadabilityTidyModule.cpp
clang-tidy/readability/RedundantMemberInitCheck.cpp
clang-tidy/readability/RedundantMemberInitCheck.h
clang-tidy/utils/TypeTraits.cpp
docs/ReleaseNotes.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/readability-redundant-member-init.rst
test/clang-tidy/readability-redundant-member-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24339.73260.patch
Type: text/x-patch
Size: 11430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161003/6806097e/attachment-0001.bin>
More information about the cfe-commits
mailing list