This is an archive of the discontinued LLVM Phabricator instance.

Fix various occurences of redundant std::move [gcc 9 -Wredundant-move]
AbandonedPublic

Authored by nhaehnle on Feb 15 2020, 11:31 AM.

Details

Reviewers
None
Summary

There are hundreds (thousands?) of instances of this warning left.

A blog post on the new warning in gcc 9 is in
https://developers.redhat.com/blog/2019/04/12/understanding-when-not-to-stdmove-in-c/

Diff Detail

Event Timeline

nhaehnle created this revision.Feb 15 2020, 11:31 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 15 2020, 11:31 AM
nhaehnle abandoned this revision.Mar 10 2020, 2:44 AM