[clang-tools-extra] [clang-tidy] Add check performance-lost-std-move (PR #139525)

via cfe-commits cfe-commits at lists.llvm.org
Mon May 12 07:21:04 PDT 2025


================
@@ -0,0 +1,14 @@
+.. title:: clang-tidy - performance-lost-std-move
+
+performance-lost-std-move
+=========================
+
+The check warns if copy constructor is used instead of std::move().
----------------
EugeneZelenko wrote:

Please synchronize with statement in Release Notes. `This check` should be omitted.

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


More information about the cfe-commits mailing list