Files
loongoffice/include/rtl
Caolán McNamara 5950db59fc suppress COPY_INSTEAD_OF_MOVE suggestions for rtl::O[U]String
where we have implemented move assignment to take let the compiler take
advantage of any little optimization possibilities that it can take but
where the potential optimization probably doesn't outweigh enforcing
dusting error-prone std::move all over every case where the compiler
doesn't/can't use the move assignment but could.

so convert the myriad of micro optimization warnings into a single
missing move assignment warning which can be then suppressed.

Change-Id: I664193f9a2ac5014cf8d5134105ebd3a36857830
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162494
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-01-24 14:32:41 +01:00
..