================
@@ -1550,6 +1550,8 @@ NamedDecl *Sema::ActOnNonTypeTemplateParameter(Scope *S, 
Declarator &D,
     IdResolver.AddDecl(Param);
   }
 
+  ProcessDeclAttributes(S, Param, D);
----------------
erichkeane wrote:

Hmm... this seems like a concerning addition.  I think I want @AaronBallman  to 
take a look at this, this has implications on appertainment/etc that I don't 
terribly understand, so I thought this is something we only do in places the 
standard suggests.

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

Reply via email to