================
@@ -4185,6 +4185,14 @@ def DLLExport : InheritableAttr, 
TargetSpecificAttr<TargetHasDLLImportExport> {
   let Documentation = [DLLExportDocs];
 }
 
+def DLLExportOnDecl : InheritableAttr, 
TargetSpecificAttr<TargetHasDLLImportExport> {
----------------
erichkeane wrote:

Hmm... I'm not a huge fan of this TBH.  An attribute for the sole purpose of 
diagnostics is a little novel and not particularly in keeping with our 
"represent the AST" nature of attributes.  Is there really no way we can figure 
this out later?

https://github.com/llvm/llvm-project/pull/133699
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to