[PATCH] D24339: [clang-tidy] Add check 'readability-redundant-member-init'

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 07:42:02 PDT 2016


malcolm.parsons added inline comments.


> aaron.ballman wrote in readability-redundant-member-init.cpp:162
> Missing a test for `union` member initializers. Also, a test that multiple inheritance doesn't cause a fixit malfunction would be nice.

Note that all the fixits malfunction until https://reviews.llvm.org/D24572 lands.

https://reviews.llvm.org/D24339





More information about the cfe-commits mailing list