================ @@ -301,6 +301,9 @@ class VariadicEnumArgument<string name, string type, list<string> values, bit IsExternalType = isExternalType; } +// Represents an attribute wrapped by another attribute. +class AttrArgument<string name, bit opt = 0> : Argument<name, opt>; ---------------- egorzhdan wrote:
Makes sense to me! Renamed to `WrappedAttr` to match the rest of the classes here. https://github.com/llvm/llvm-project/pull/73017 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits