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 ed6d376 commit 4f62ad9Copy full SHA for 4f62ad9
clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst
@@ -30,7 +30,7 @@ Also it does notice variable references "behind the scenes":
30
y.f(); // because x is still used via y
31
}
32
33
-If you want to ignore assigns to reference variables, set :option: `StrictMode`
+If you want to ignore assigns to reference variables, set :option:`StrictMode`
34
to `true`.
35
36
0 commit comments