[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 10:33:34 PDT 2017


Eugene.Zelenko added a comment.

Please mention this check in docs/ReleaseNotes.rst (in alphabetical order).



================
Comment at: docs/clang-tidy/checks/misc-undelegated-copy-of-base-classes.rst:29
+
+The checker suggests a FixItHint in every scenario including multiple 
+missing initializers and constructors with template argument.
----------------
checker -> check, FixItHint -> fix-it.


================
Comment at: docs/clang-tidy/checks/misc-undelegated-copy-of-base-classes.rst:31
+missing initializers and constructors with template argument.
\ No newline at end of file

----------------
Please add newline.


https://reviews.llvm.org/D33722





More information about the cfe-commits mailing list