[all-commits] [llvm/llvm-project] 4d8bf8: ADT: Remove AlignedCharArrayUnion, NFC
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Fri Dec 4 14:20:57 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d8bf870a82765eb0d4fe53c82f796b957c05954
https://github.com/llvm/llvm-project/commit/4d8bf870a82765eb0d4fe53c82f796b957c05954
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2020-12-04 (Fri, 04 Dec 2020)
Changed paths:
R llvm/include/llvm/Support/AlignOf.h
R llvm/unittests/Support/AlignOfTest.cpp
M llvm/unittests/Support/CMakeLists.txt
Log Message:
-----------
ADT: Remove AlignedCharArrayUnion, NFC
Prep commit already migrated users over to std::aligned_union_t; this
just deletes the type / header / test.
Differential Revision: https://reviews.llvm.org/D92517
More information about the All-commits
mailing list