[clang] [Clang] Remove `[[carries_dependency]]` (PR #219912)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 1 04:59:44 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list