================
@@ -7986,6 +7986,12 @@ void Parser::ParseParameterDeclarationClause(
if (getLangOpts().HLSL)
MaybeParseHLSLAnnotations(DS.getAttributes());
+ if (ParmDeclarator.getDeclarationAttributes().size() &&
----------------
a-tarasyuk wrote:@erichkeane thanks. changed to use `empty` https://github.com/llvm/llvm-project/pull/124920 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
