erichkeane wrote: > > I think the declspec spellings aren't done yet > > I think that is also part of the "established nomenclature" that @Artem-B was > referring to.
The difference is (AFAIK) that Clang actually ALWAYS supports the double-underscore start/end spellings by adding them to the beginning/end of the existing name. So I'm saying you shouldn't need them in the Attr.td file, as they will be auto-added. You can document the "established nomenclature"/use it anyway, but the Attr.td shouldn't have it AFAIK https://github.com/llvm/llvm-project/pull/156686 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
