This is an archive of the discontinued LLVM Phabricator instance.

ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC
ClosedPublic

Authored by dexonsmith on Dec 2 2020, 3:47 PM.

Details

Summary

Prepare to delete AlignedCharArrayUnion by migrating its users over to
std::aligned_union_t.

I will delete AlignedCharArrayUnion and its tests in a follow-up
commit so that it's easier to revert in isolation in case some
downstream wants to keep using it.

Diff Detail

Event Timeline

dexonsmith created this revision.Dec 2 2020, 3:47 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 2 2020, 3:47 PM
dblaikie accepted this revision.Dec 2 2020, 3:54 PM

Looks good to me!

This revision is now accepted and ready to land.Dec 2 2020, 3:54 PM
This revision was landed with ongoing or failed builds.Dec 4 2020, 12:35 PM
This revision was automatically updated to reflect the committed changes.