This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS
ClosedPublic

Authored by ldionne on Aug 26 2021, 11:58 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG64184b4af020: [libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS
Summary

Only files that actually use min/max are required to do this dance.

Diff Detail

Event Timeline

ldionne created this revision.Aug 26 2021, 11:58 AM
ldionne requested review of this revision.Aug 26 2021, 11:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2021, 11:58 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

Once buildkite is happy, I'm happy!

ldionne updated this revision to Diff 369089.Aug 27 2021, 7:07 AM

Rebase onto main to poke CI

ldionne accepted this revision.Aug 27 2021, 9:41 AM
This revision is now accepted and ready to land.Aug 27 2021, 9:41 AM
This revision was automatically updated to reflect the committed changes.