Skip to content

Commit 54571f9

Browse files
committed
default
1 parent 2fd53f6 commit 54571f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Options
4444
find in a large function, so if the plugin sees some R references X, then
4545
it will not emit a warning for X not to provoke false positive. If you're
4646
sure that such references don't extend X' lifetime and ready to handle possible
47-
false positives, then set StrictMode to false.
47+
false positives, then set `StrictMode` to `false`. Defaults to `true`.

0 commit comments

Comments
 (0)