diff options
author | Marc Auberer <marc.auberer@chillibits.com> | 2024-06-03 11:55:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 11:55:37 +0200 |
commit | bf4eaec44054fa3908d50898f572e15d89119c67 (patch) | |
tree | 070a47aede78343bbfe158f57dc3dde4c6fc72af /clang/lib/Serialization/ModuleFile.cpp | |
parent | 4f2dba3c0b4e5f11b968a840b5f70070f5288cfe (diff) | |
download | llvm-bf4eaec44054fa3908d50898f572e15d89119c67.zip llvm-bf4eaec44054fa3908d50898f572e15d89119c67.tar.gz llvm-bf4eaec44054fa3908d50898f572e15d89119c67.tar.bz2 |
[llvm] Replace deprecated aligned_storage with aligned byte array (#94169)
`std::aligned_storage` is deprecated with C++23, see
[here](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf).
This replaces the usages of `std::aligned_storage` within llvm (only one
in ADT and one in Support) with an aligned `std::byte` array.
I will provide patches for other subcomponents as well.
Diffstat (limited to 'clang/lib/Serialization/ModuleFile.cpp')
0 files changed, 0 insertions, 0 deletions