This is an archive of the discontinued LLVM Phabricator instance.

[libc++][format] Fixes escaping string literals.
ClosedPublic

Authored by Mordante on Jan 1 2023, 8:19 AM.

Details

Reviewers
ldionne
vitaut
Group Reviewers
Restricted Project
Commits
rG580cc9dd7a85: [libc++][format] Fixes escaping string literals.
Summary

D140653 has the same fix, without the extra tests.

Fixes PR59763

Diff Detail

Event Timeline

Mordante created this revision.Jan 1 2023, 8:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 1 2023, 8:19 AM
Mordante requested review of this revision.Jan 1 2023, 8:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 1 2023, 8:19 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 10 2023, 9:43 AM
This revision is now accepted and ready to land.Jan 10 2023, 9:43 AM
Mordante updated this revision to Diff 487862.Jan 10 2023, 9:58 AM

Trigger CI to validate merge conflict resolution.

This revision was landed with ongoing or failed builds.Jan 11 2023, 8:48 AM
This revision was automatically updated to reflect the committed changes.