[clang] [BoundsSafety] Support late parsing for `counted_by` in type positions (PR #166491)
Yeoul Na via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 10 10:48:52 PST 2025
================
@@ -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
More information about the cfe-commits
mailing list