On 22/07/2020 22:56, Jonas Devlieghere via lldb-commits wrote:
> - ConstString operator=(ConstString rhs) {
> + ConstString operator=(const ConstString &rhs) {
ConstString is trivially copyable (well, it has a user defined copy
constructor but it is trivial...).
Plus, not so long ago (D59030) we changed all `const ConstString &`s to
plain `ConstString`. It would be good to avoid flipping this back and
forth all the time.
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits