================
@@ -176,6 +176,12 @@ New checks
   Finds uses of ``long double`` and suggests against their use due to lack of
   portability.
 
+- New :doc:`performance-lost-std-move
+  <clang-tidy/checks/performance/lost-std-move>` check.
+
+  Warns if copy constructor is used instead of ``std::move()`` and suggests a 
fix.
+  It honours cycles, lambdas, and unspecified call order in compound 
expressions.
----------------
EugeneZelenko wrote:

One sentence is enough.

https://github.com/llvm/llvm-project/pull/139525
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to