Avi Kivity
9059514335
build, treewide: enable -Wpessimizing-move warning
...
This warning prevents using std::move() where it can hurt
- on an unnamed temporary or a named automatic variable being
returned from a function. In both cases the value could be
constructed directly in its final destination, but std::move()
prevents it.
Fix the handful of cases (all trivial), and enable the warning.
Closes #8992
2021-07-08 17:52:34 +03:00
..
2021-07-07 13:30:37 +02:00
2021-06-22 15:58:56 +02:00
2021-06-06 19:18:49 +03:00
2021-07-08 17:52:34 +03:00
2021-06-17 13:46:40 +03:00
2021-06-17 13:46:40 +03:00
2021-07-02 19:02:14 +02:00
2021-06-06 19:18:49 +03:00
2021-07-06 00:18:22 +02:00
2021-07-06 00:18:22 +02:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-17 13:46:40 +03:00
2021-06-17 13:46:40 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-07 15:58:35 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-18 20:19:35 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00
2021-06-17 13:32:23 +03:00
2021-06-17 13:32:23 +03:00
2021-06-25 10:12:00 +02:00
2021-06-25 10:12:00 +02:00
2021-06-24 13:19:08 +03:00
2021-06-07 15:58:35 +03:00
2021-06-06 19:18:49 +03:00
2021-06-24 12:26:45 +03:00
2021-06-07 15:58:35 +03:00
2021-06-06 19:18:49 +03:00
2021-07-08 17:52:34 +03:00
2021-06-06 19:18:49 +03:00
2021-06-06 19:18:49 +03:00