This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libc++][format] Generalizes bracket parsing.
ClosedPublic

Authored by Mordante on Jul 13 2023, 11:12 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGeb703341146b: [NFC][libc++][format] Generalizes bracket parsing.
Summary

Both the tuple formatter and range formatter parse a bracket. Instead of
implementing this twice do it in the generic parser. This is preparation
to improve the diagnostics in the format library.

Diff Detail

Event Timeline

Mordante created this revision.Jul 13 2023, 11:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 11:12 PM
Mordante published this revision for review.Jul 15 2023, 2:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2023, 2:43 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 18 2023, 10:00 AM
This revision is now accepted and ready to land.Jul 18 2023, 10:00 AM
This revision was automatically updated to reflect the committed changes.