================
@@ -7570,7 +7555,7 @@ static void handlePersonalityAttr(Sema &S, Decl *D, const 
ParsedAttr &AL) {
 /// the attribute applies to decls.  If the attribute is a type attribute, just
 /// silently ignore it if a GNU attribute.
 static void
-ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, const ParsedAttr &AL,
+ProcessDeclAttribute(Sema &S, Decl *D, const ParsedAttr &AL,
----------------
AaronBallman wrote:

This change makes me so unreasonably happy; I hated that this one attribute 
needed that extra information. :-D

https://github.com/llvm/llvm-project/pull/219912
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to