This is an archive of the discontinued LLVM Phabricator instance.

[NFC][libc++][format] Uses qualified calls.
ClosedPublic

Authored by Mordante on Dec 14 2022, 11:20 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rGc1905b1c413c: [NFC][libc++][format] Uses qualified calls.
Summary

Changes all unqualified calls to __throw_format_error to use a qualified
call.

Diff Detail

Event Timeline

Mordante created this revision.Dec 14 2022, 11:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 11:20 AM
Mordante requested review of this revision.Dec 14 2022, 11:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 11:20 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Dec 14 2022, 11:22 AM
philnik added a subscriber: philnik.

LGTM with CI passing.

This revision is now accepted and ready to land.Dec 14 2022, 11:22 AM
This revision was landed with ongoing or failed builds.Dec 14 2022, 1:14 PM
This revision was automatically updated to reflect the committed changes.