[PATCH] D33722: [clang-tidy] Add checker for undelegated copy of base classes

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 22 06:06:22 PDT 2017


klimek added a comment.

The run on llvm indicates that we don't want this to trigger if the base class doesn't have anything to copy (that is, no fields & a defaulted copy-ctor, or an empty copy-ctor).


https://reviews.llvm.org/D33722





More information about the cfe-commits mailing list