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 07873f2 commit 33aeee4Copy full SHA for 33aeee4
clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved.rst
@@ -81,8 +81,7 @@ Options
81
82
.. option:: MoveFunction
83
84
- Specify the function used for moving.
85
- Default is `::std::move`.
+ Specify the function used for moving. Default is `::std::move`.
86
87
This check implements `F.18
88
<http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f18-for-will-move-from-parameters-pass-by-x-and-stdmove-the-parameter>`_
0 commit comments