This is an archive of the discontinued LLVM Phabricator instance.

[ArgPromotion] Move ArgPart and OffsetAndArgPart to anonymous namespace
ClosedPublic

Authored by psamolysov on Apr 28 2022, 7:41 AM.

Details

Summary

The structure ArgPart and alias OffsetAndArgPart have been moved
into the anonymous namespace. NFC.

Diff Detail

Event Timeline

psamolysov created this revision.Apr 28 2022, 7:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2022, 7:41 AM
psamolysov requested review of this revision.Apr 28 2022, 7:41 AM
aeubanks accepted this revision.Apr 28 2022, 9:51 AM
This revision is now accepted and ready to land.Apr 28 2022, 9:51 AM
This revision was landed with ongoing or failed builds.Apr 28 2022, 9:52 AM
This revision was automatically updated to reflect the committed changes.

@aeubanks Thank you for the review and landing.