================ @@ -0,0 +1,32 @@ +.. title:: clang-tidy - performance-lost-std-move + +performance-lost-std-move +========================= + +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 cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits