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

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 12:54:32 PDT 2017


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:83
+
+  Finds copy constructors where the ctor don't call the constructor of the base class.
+
----------------
I think will be good idea to replace ctor with constructor. Or re-phrase sentence to avoid repetition of word constructor.


https://reviews.llvm.org/D33722





More information about the cfe-commits mailing list