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 2fd53f6 commit 54571f9Copy full SHA for 54571f9
clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst
@@ -44,4 +44,4 @@ Options
44
find in a large function, so if the plugin sees some R references X, then
45
it will not emit a warning for X not to provoke false positive. If you're
46
sure that such references don't extend X' lifetime and ready to handle possible
47
- false positives, then set StrictMode to false.
+ false positives, then set `StrictMode` to `false`. Defaults to `true`.
0 commit comments