[clang] [BoundsSafety] Support bounds-safety attributes in type positions (PR #179612)
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 16 07:14:03 PST 2026
================
@@ -3135,15 +3171,16 @@ void Parser::ParseAlignmentSpecifier(ParsedAttributes &Attrs,
}
}
-void Parser::DistributeCLateParsedAttrs(Decl *Dcl,
+void Parser::DistributeCLateParsedAttrs(Declarator &D, Decl *Dcl,
----------------
zmodem wrote:
I don't see D being used? And the code below just looks like a comment and rename?
https://github.com/llvm/llvm-project/pull/179612
More information about the cfe-commits
mailing list