This is an archive of the discontinued LLVM Phabricator instance.

[libc++][format] Fix floating point formatting.
ClosedPublic

Authored by Mordante on Mar 4 2023, 6:31 AM.

Details

Reviewers
ldionne
vitaut
Group Reviewers
Restricted Project
Commits
rG5eaba4a9b189: [libc++][format] Fix floating point formatting.
Summary

Fixes llvm.org/PR58714 reported by @jwakely and a similar issue
reported privately by @vitaut.

Diff Detail

Event Timeline

Mordante created this revision.Mar 4 2023, 6:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 6:31 AM
Mordante requested review of this revision.Mar 4 2023, 6:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2023, 6:31 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 7 2023, 8:18 AM
This revision is now accepted and ready to land.Mar 7 2023, 8:18 AM

Let's cherry-pick this to release/16.x

This revision was automatically updated to reflect the committed changes.