[clang] [Clang][AArch64] Change SME attributes for shared/new/preserved state. (PR #76971)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 11 08:29:51 PST 2024
https://github.com/rsandifo-arm commented:
Thanks for the update, looks great to me. The only substantive comment I have is that I think a given keyword attribute must always take `(` and `)` or never take them. It shouldn't be optional, because that risks creating parsing ambiguities, or at least non-obvious behaviour.
https://github.com/llvm/llvm-project/pull/76971
More information about the cfe-commits
mailing list