[clang-tools-extra] [clang-tidy] Add `performance-explicit-move-constructor` check (PR #122599)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 12 07:28:55 PST 2025


================
@@ -0,0 +1,33 @@
+.. title:: clang-tidy - performance-explicit-move-constructor
+
+performance-explicit-move-constructor
+=====================================
+
+Checks for classes that define an explicit move constructor and a copy
----------------
EugeneZelenko wrote:

Please synchronize first statement with Release Notes.

https://github.com/llvm/llvm-project/pull/122599


More information about the cfe-commits mailing list