Files
solidity/cmake
Alexander Arlt a7e1ef6a50 [build-system] Add -Wpessimizing-move & -Wredundant-move warnings.
-Wpessimizing-move warns when a call to std::move would prevent copy elision
if the argument was not wrapped in a call.  This happens when moving a local
variable in a return statement when the variable is the same type as the
return type or using a move to create a new object from a temporary object.

-Wredundant-move warns when an implicit move would already be made, so the
std::move call is not needed, such as when moving a local variable in a return
that is different from the return type.
2020-04-02 08:36:47 -05:00
..
2020-01-15 13:18:18 +00:00
2018-12-19 12:32:15 +00:00
2018-12-17 15:15:11 +01:00
2018-12-17 15:15:11 +01:00
2018-12-17 15:15:11 +01:00
2019-11-27 23:40:19 +01:00