This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libc++][format] Use ranges in the output.
ClosedPublic

Authored by Mordante on Aug 28 2022, 11:37 AM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rGa6ce0d087a82: [NFC][libc++][format] Use ranges in the output.
Summary

This should avoid some copies of the output iterator.

Diff Detail

Event Timeline

Mordante created this revision.Aug 28 2022, 11:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 28 2022, 11:37 AM
Mordante published this revision for review.Aug 29 2022, 8:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 8:55 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Aug 29 2022, 8:55 AM
This revision is now accepted and ready to land.Aug 29 2022, 8:55 AM
This revision was landed with ongoing or failed builds.Aug 29 2022, 9:13 AM
This revision was automatically updated to reflect the committed changes.