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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu May 15 07:44:44 PDT 2025


erichkeane wrote:

For #2 above, we'd not be able to figure out `[[foo, bar]]` from `[[foo]][[bar]]`, but maybe thats OK?  It gets WEIRD with using-namespaces though.

But otherwise I think this is reasonable.  

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


More information about the cfe-commits mailing list