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 ee844fd commit 2fd53f6Copy full SHA for 2fd53f6
clang-tools-extra/docs/ReleaseNotes.rst
@@ -179,7 +179,7 @@ New checks
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.
+ 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
- New :doc:`llvm-mlir-op-builder
0 commit comments