[PATCH] D24892: [clang-tidy] Add option "LiteralInitializers" to cppcoreguidelines-pro-type-member-init
Malcolm Parsons via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 11 05:04:38 PDT 2017
malcolm.parsons added a comment.
The `modernize-use-default-member-init` check now has an option with the same effect, but it is called `UseAssignment`.
We should use consistent option names.
Is there any way for multiple checks to share an option?
https://reviews.llvm.org/D24892
More information about the cfe-commits
mailing list