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

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 19 07:39:42 PDT 2024


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

This would be confusing as the reader might expect all child tags to be here.

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


More information about the cfe-commits mailing list