[clang] [APINotes] Support nested tags (PR #99655)

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 19 08:18:15 PDT 2024


================
@@ -421,9 +424,8 @@ struct Tag {
   std::optional<EnumConvenienceAliasKind> EnumConvenienceKind;
   std::optional<bool> SwiftCopyable;
   FunctionsSeq Methods;
+  TagsSeq Tags;
----------------
egorzhdan wrote:

These are, in fact, child tags – I can add a comment here describing the meaning of this field.

https://github.com/llvm/llvm-project/pull/99655


More information about the cfe-commits mailing list