[clang] [CLANG] Enable alignas after GNU attributes (PR #133107)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 28 08:36:20 PDT 2025


DenisGZM wrote:

I added parsing all attributes in ParseCXXClassMemberDeclaration before calling ParseDeclarationSpecifiers and it seems to solve problem, but it also changes annotation ranges for struct and class members

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


More information about the cfe-commits mailing list