[clang] [CLANG] Allow parsing arbitrary order of attributes for declarations (PR #133107)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed May 7 10:50:27 PDT 2025


AaronBallman wrote:

> What do we think @AaronBallman ? I think the diagnostic column is as best effort as we are going to get, so I'm OK with this as-is. WE could perhaps improve that, but I don't think doing that here is worth the effort.
> 
> I'll approve, but I want to make sure Aaron has a chance to say otherwise before merging.

Yeah, I think I can live with this. I think not supporting the arbitrary order is more annoying to users than a slight degradation in source location reporting.

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


More information about the cfe-commits mailing list