This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] Improves handle formatter.
ClosedPublic

Authored by Mordante on Mar 3 2022, 9:58 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGb927fba16fc3: [libc++][test] Improves handle formatter.
Summary

Before it only accepted one output iterator type. Now it accepts all
output iterator types as required by BasicFormatter.

Diff Detail

Event Timeline

Mordante created this revision.Mar 3 2022, 9:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2022, 9:58 AM
Mordante requested review of this revision.Mar 3 2022, 9:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2022, 9:58 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 16 2022, 2:10 PM
This revision is now accepted and ready to land.Mar 16 2022, 2:10 PM
This revision was automatically updated to reflect the committed changes.