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-20 01:33:18 +03:00
2021-05-20 01:33:18 +03:00
2021-05-24 17:19:45 +03:00
2021-05-20 01:33:18 +03:00
2021-05-27 21:16:26 +03:00
2021-05-20 00:18:00 +03:00
2021-05-20 00:18:00 +03:00
2021-04-01 10:42:04 +02:00
2021-05-20 00:18:00 +03:00
2021-05-21 20:54:01 +03:00
2021-05-17 16:46:28 +02:00
2021-04-01 10:42:07 +02:00
2021-04-01 10:42:07 +02:00
2021-04-20 21:23:00 +03:00
2021-05-10 10:10:38 +02:00
2021-05-20 00:18:00 +03:00
2021-05-20 00:18:00 +03:00
2021-02-16 15:36:00 +02:00
2021-05-17 17:09:55 +02:00
2021-05-17 17:09:55 +02:00
2021-04-01 10:44:21 +02:00
2021-04-01 10:44:21 +02:00
2021-03-10 21:25:43 -05:00
2021-04-01 10:44:21 +02:00
2021-04-01 10:42:07 +02:00
2021-02-25 17:20:27 +01:00
2021-02-25 17:20:27 +01:00
2021-05-10 11:48:14 +02:00
2021-04-12 16:01:04 +02:00
2021-03-03 10:19:46 +00:00
2021-05-20 20:14:15 +03:00
2021-05-20 20:14:15 +03:00
2021-05-17 17:09:55 +02:00
2021-04-01 10:44:21 +02:00
2021-05-24 17:19:45 +03:00
2021-05-17 17:12:07 +02:00
2021-05-17 17:12:07 +02:00
2021-03-31 06:35:10 +02:00
2021-03-31 06:35:09 +02:00
2021-03-03 10:19:46 +00:00
2021-04-08 10:16:21 +02:00
2020-12-04 09:19:39 +01:00
2021-04-01 10:44:21 +02:00
2021-05-17 16:46:28 +02:00
2021-05-17 16:46:28 +02:00
2021-05-20 00:18:00 +03:00
2021-05-20 00:18:00 +03:00
2021-04-01 10:42:07 +02:00
2021-04-01 10:44:21 +02:00
2021-05-20 00:18:00 +03:00
2021-05-20 00:18:00 +03:00