efriedma-quic wrote: > As something to provide an override to opt out of or to opt into?
To request clang match an earlier version of clang. We do this when we make significant ABI fixes to make the transition easier. > Given the purpose of ms_struct is to match MSVC it seems reasonable to assume > that people do expect this? MSVC doesn't support the "packed" attribute or equivalent; it only has `#pragma pack`. So anyone who actually wants MSVC compatibility presumably wouldn't write code like this... I'm basically considering this a gcc compatibility bug. https://github.com/llvm/llvm-project/pull/182792 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
