Prep commit already migrated users over to std::aligned_union_t; this
just deletes the type / header / test.
Details
Details
- Reviewers
rnk dblaikie - Commits
- rG4d8bf870a827: ADT: Remove AlignedCharArrayUnion, NFC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sounds good.
(Funny the history of names - AlignOf.h used to contain a device for finding the alignment of a thing - now that thing no longer exists (replaced by the standard alignas) but the header migrated through various alignment related tools to where it is now... )
Comment Actions
Thanks for the reviews! (this and the others); I'll hold off committing this and others until tomorrow at least to give unexpected bots time to process https://reviews.llvm.org/D92500 (I think that's the only risky one...).
Comment Actions
Apparently I didn't build this before; I'd forgotten to delete the line from CMakeLists.txt; may as well get the try bots to build before pushing.