aaron.ballman added inline comments. > readability-redundant-member-init.cpp:162 > + const S f; > +}; Missing a test for `union` member initializers. Also, a test that multiple inheritance doesn't cause a fixit malfunction would be nice. https://reviews.llvm.org/D24339