This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Add std::move() to a return statement to please some compilers.
ClosedPublic

Authored by mboehme on Jun 3 2020, 4:13 AM.

Details

Summary

This has been causing build errors in Swift CI.

Diff Detail

Event Timeline

mboehme created this revision.Jun 3 2020, 4:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2020, 4:13 AM
sammccall accepted this revision.Jun 3 2020, 6:08 AM
This revision is now accepted and ready to land.Jun 3 2020, 6:08 AM
This revision was automatically updated to reflect the committed changes.