[PATCH] D138031: Add clang-tidy check for missing move constructors
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 15 07:26:26 PST 2022
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/performance/missing-move-constructor.rst:6
+
+Warns when a class has a copy constructor but not move constructor.
+
----------------
Please synchronize this sentence with Release Notes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138031/new/
https://reviews.llvm.org/D138031
More information about the cfe-commits
mailing list