Files
scylladb/api
Avi Kivity 0acf5bfca6 build: enable -Wreturn-std-move
Clang warns when "return std::move(x)" is needed to elide a copy,
but the call to std::move() is missing. We disabled the warning during
the migration to clang. This patch re-enables the warning and fixes
the places it points out, usually by adding std::move() and in one
place by converting the returned variable from a reference to a local,
so normal copy elision can take place.

Closes #8739
2021-05-27 21:16:26 +03:00
..
2021-05-27 21:16:26 +03:00
2018-03-28 12:41:55 +03:00
2021-03-31 10:40:04 +03:00
2016-04-08 08:12:47 +03:00