================
@@ -32,9 +32,12 @@ Example:
ExpensiveToCopy Copy(Value);
}
-If the parameter is not const, only copied or assigned once and has a
-non-trivial move-constructor or move-assignment operator respectively the check
-will suggest to move it.
+If the parameter is not ``const``, and only copied or assigned once, the check
+will suggest a move in the following scenarios:
+
+1. the parameter has a non-trivial move-constructor or move-assignment operator
----------------
EugeneZelenko wrote:
I think will be good idea to use bulleted, not numbered list.
https://github.com/llvm/llvm-project/pull/180806
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits