[PATCH] D114235: [clang] Extend ParsedAttr to allow custom handling for type attributes

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 3 05:32:54 PST 2022


mboehme abandoned this revision.
mboehme added a comment.
Herald added a project: All.

Thanks for all of the input!

Rather than going deeper into the discussion of the attribute here (on an only vaguely related change), I think it would be better to continue the discussion on the forum.

I'm currently in the process of writing up an RFC and will add a link here once I've published it. That RFC will also contain a link to a second RFC that describes our intended use case for the attribute in detail.

As I have come to the conclusion that I'd like to pursue a proposal for a new attribute rather than extending `ParsedAttr to allow custom handling for type attributes` (which is what this change is about), I'll retract this change from review.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114235/new/

https://reviews.llvm.org/D114235



More information about the cfe-commits mailing list