Skip to content

Commit 0d612ec

Browse files
committed
80 symbols
1 parent 4a1d653 commit 0d612ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ It honours cycles, lambdas, and unspecified call order in compound expressions.
1515
}
1616

1717
It finds the last local variable usage, and if it is a copy, emits a warning.
18-
The check is based on pure AST matching and doesn't take into account any data flow information.
19-
Thus, it doesn't catch assign-after-copy cases.
18+
The check is based on pure AST matching and doesn't take into account any
19+
data flow information. Thus, it doesn't catch assign-after-copy cases.
2020
Also it doesn't notice variable references "behind the scenes":
2121

2222
.. code-block:: c++

0 commit comments

Comments
 (0)