================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
