================
@@ -1238,6 +1238,9 @@ struct DeclaratorChunk {
ParsedAttributesView AttrList;
+ using LateAttrListTy = SmallVector<void *, 1>;
----------------
rapidsna wrote:Sounds good. I just added comment and a type alias which was needed for `ArrayRef` anyway! https://github.com/llvm/llvm-project/pull/166491 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
