We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d612ec commit 6f55a1cCopy full SHA for 6f55a1c
clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst
@@ -3,7 +3,7 @@
3
performance-lost-std-move
4
=========================
5
6
-Warns if copy constructor is used instead of std::move() and suggests a fix.
+Warns if copy constructor is used instead of ``std::move()`` and suggests a fix.
7
It honours cycles, lambdas, and unspecified call order in compound expressions.
8
9
.. code-block:: c++
0 commit comments