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 708317b commit ed6d376Copy full SHA for ed6d376
clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst
@@ -30,8 +30,8 @@ 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::
34
-`StrictMode` to `true`.
+If you want to ignore assigns to reference variables, set :option: `StrictMode`
+to `true`.
35
36
37
Options
0 commit comments