Vlad Serebrennikov b6a340023d
[clang] Respect field alignment in layout compatibility of structs (#84313)
This patch implements
[CWG2586](https://cplusplus.github.io/CWG/issues/2583.html) "Common
initial sequence should consider over-alignment". Note that alignment of
union members doesn't have to match, as layout compatibility of unions
is not defined in terms of common initial sequence
(http://eel.is/c++draft/class.mem.general#25).
2024-03-08 11:31:00 +04:00
..
2023-05-08 13:08:23 -07:00
2023-01-08 10:35:26 +01:00