This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libc++][format] Uses uniform member signatures.
ClosedPublic

Authored by Mordante on May 6 2023, 4:34 AM.

Details

Reviewers
ldionne
vitaut
Group Reviewers
Restricted Project
Commits
rGb51e8acd8262: [NFC][libc++][format] Uses uniform member signatures.
Summary

The newer formatters for (tuple, vector<bool>::reference) specify the
formatter's parse and format member function. This signature is slightly
different from the signature for existing formatters. Adapt the existing
formatters to the new style.

Diff Detail

Event Timeline

Mordante created this revision.May 6 2023, 4:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2023, 4:34 AM
Mordante published this revision for review.May 6 2023, 9:13 AM
Mordante added reviewers: ldionne, vitaut.
Herald added a project: Restricted Project. · View Herald TranscriptMay 6 2023, 9:13 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 9 2023, 9:22 AM
This revision is now accepted and ready to land.May 9 2023, 9:22 AM
This revision was landed with ongoing or failed builds.May 12 2023, 8:48 AM
This revision was automatically updated to reflect the committed changes.