Skip to content

Commit 2fd53f6

Browse files
committed
``
1 parent ee844fd commit 2fd53f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ New checks
179179
- New :doc:`performance-lost-std-move
180180
<clang-tidy/checks/performance/lost-std-move>` check.
181181

182-
Warns if copy constructor is used instead of std::move() and suggests a fix.
182+
Warns if copy constructor is used instead of ``std::move()`` and suggests a fix.
183183
It honours cycles, lambdas, and unspecified call order in compound expressions.
184184

185185
- New :doc:`llvm-mlir-op-builder

0 commit comments

Comments
 (0)