[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


================
@@ -130,9 +130,15 @@ New checks
   Finds unintended character output from ``unsigned char`` and ``signed char``
   to an ``ostream``.
 
+- New :doc:`performance-lost-std-move
+  <clang-tidy/checks/performance/lost-std-move>` check.
+
+  Searches for lost std::move().
----------------
EugeneZelenko wrote:

```suggestion
  Searches for lost ``std::move()``.
```

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


More information about the cfe-commits mailing list