File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -176,12 +176,6 @@ New checks
176
176
Finds uses of ``long double `` and suggests against their use due to lack of
177
177
portability.
178
178
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
-
185
179
- New :doc: `llvm-mlir-op-builder
186
180
<clang-tidy/checks/llvm/use-new-mlir-op-builder>` check.
187
181
@@ -200,6 +194,11 @@ New checks
200
194
Finds virtual function overrides with different visibility than the function
201
195
in the base class.
202
196
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
+
203
202
New check aliases
204
203
^^^^^^^^^^^^^^^^^
205
204
You can’t perform that action at this time.
0 commit comments