[clang] [BoundsSafety] Support late parsing for `counted_by` in type positions (PR #166491)
Henrik G. Olsson via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 6 19:52:09 PST 2025
================
@@ -2325,13 +2328,16 @@ class Declarator {
/// This function takes attrs by R-Value reference because it takes ownership
/// of those attributes from the parameter.
void AddTypeInfo(const DeclaratorChunk &TI, ParsedAttributes &&attrs,
- SourceLocation EndLoc) {
+ SourceLocation EndLoc,
+ const DeclaratorChunk::LateAttrListTy &LateAttrs = {}) {
----------------
hnrklssn wrote:
That's a convincing argument to me, at least.
https://github.com/llvm/llvm-project/pull/166491
More information about the cfe-commits
mailing list