Skip to content

Commit d28087b

Browse files
committed
alphabetical order
1 parent 54571f9 commit d28087b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,6 @@ New checks
176176
Finds uses of ``long double`` and suggests against their use due to lack of
177177
portability.
178178

179-
- New :doc:`performance-lost-std-move
180-
<clang-tidy/checks/performance/lost-std-move>` check.
181-
182-
Warns if copy constructor is used instead of ``std::move()`` and suggests a fix.
183-
It honours cycles, lambdas, and unspecified call order in compound expressions.
184-
185179
- New :doc:`llvm-mlir-op-builder
186180
<clang-tidy/checks/llvm/use-new-mlir-op-builder>` check.
187181

@@ -200,6 +194,11 @@ New checks
200194
Finds virtual function overrides with different visibility than the function
201195
in the base class.
202196

197+
- New :doc:`performance-lost-std-move
198+
<clang-tidy/checks/performance/lost-std-move>` check.
199+
200+
Warns if copy constructor is used instead of ``std::move()`` and suggests a fix.
201+
203202
New check aliases
204203
^^^^^^^^^^^^^^^^^
205204

0 commit comments

Comments
 (0)