This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fixes calendar function visibility.
ClosedPublic

Authored by Mordante on Mar 31 2022, 9:58 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG9c54a0c97afb: [libc++] Fixes calendar function visibility.
Summary

Note of the functions was marked as _LIBCPP_HIDE_FROM_ABI.

Did some minor formatting fixes to keep consistency. To keep it easy to
review not all odd formatting has been fixed.

Diff Detail

Event Timeline

Mordante created this revision.Mar 31 2022, 9:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 9:58 AM
Mordante requested review of this revision.Mar 31 2022, 9:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 9:58 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Mar 31 2022, 10:28 AM

Thanks!

This revision is now accepted and ready to land.Mar 31 2022, 10:28 AM
This revision was landed with ongoing or failed builds.Mar 31 2022, 11:48 AM
This revision was automatically updated to reflect the committed changes.