This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Assume that push_macro and pop_macro are available
ClosedPublic

Authored by philnik on May 20 2022, 8:14 AM.

Details

Summary

All compilers that libc++ supports support push_macro and pop_macro. So let's remove it.

Diff Detail

Event Timeline

philnik created this revision.May 20 2022, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 8:14 AM
Herald added a subscriber: mgorny. · View Herald Transcript
philnik requested review of this revision.May 20 2022, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 8:14 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 23 2022, 10:21 AM
This revision is now accepted and ready to land.May 23 2022, 10:21 AM
This revision was landed with ongoing or failed builds.May 23 2022, 11:48 AM
This revision was automatically updated to reflect the committed changes.