[PATCH] D14145: modernize-use-default supports copy constructor and copy-assignment operator.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 28 12:04:11 PDT 2015


klimek added a comment.

In http://reviews.llvm.org/D14145#277222, @angelgarcia wrote:

> You can initialize an indirect base if it's virtual.


Cool, those cases would be useful to have as comment, for example:
// Make sure there are no additional initializations going on (for example, of indirect bases)
// and that all fields and direct bases have been initialized.


http://reviews.llvm.org/D14145





More information about the cfe-commits mailing list