================ @@ -203,6 +203,11 @@ New checks Finds virtual function overrides with different visibility than the function in the base class. +- 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. ---------------- EugeneZelenko wrote:
```suggestion Warns if copy constructor is used instead of ``std::move()`` and suggests a fix. ``` https://github.com/llvm/llvm-project/pull/139525 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
