[clang] [clang] Fix GNU spellings of lifetimebound/lifetime_capture_by (PR #192070)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 08:21:09 PDT 2026
================
@@ -734,6 +734,13 @@ static void distributeTypeAttrsFromDeclarator(TypeProcessingState &state,
continue;
switch (attr.getKind()) {
----------------
Sirraide wrote:
I find it hard to believe that adding cases here would be the right way of doing this; I would have thought that you’d have to modify something in `Attr.td` to get this to work; should these attributes perhaps be `DeclOrTypeAttr`s?
CC @erichkeane
https://github.com/llvm/llvm-project/pull/192070
More information about the cfe-commits
mailing list