[clang] Fix a regression with alignas on structure members in C (PR #98642)

James Y Knight via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 14 08:57:53 PDT 2024


jyknight wrote:

I'm not sure I understand what happened here, since `_Alignas` did work properly before this change, right? How/why are `_Alignas` and `alignas` acting differently from eachother in C23 mode?

https://github.com/llvm/llvm-project/pull/98642


More information about the cfe-commits mailing list