[PATCH] D144594: [clang-tidy] Fix bugprone-copy-constructor-init documentation
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 22 15:02:01 PST 2023
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone/copy-constructor-init.rst:37
+
+In summary check detects cases where the copy constructor of a derived class
+doesn't properly call or initialize the copy constructor of the base class,
----------------
English is not my native tongue, but may be `the check` is correct?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144594/new/
https://reviews.llvm.org/D144594
More information about the cfe-commits
mailing list