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

Saleem Abdulrasool via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 07:40:48 PDT 2024


================
@@ -456,6 +458,7 @@ template <> struct MappingTraits<Tag> {
     IO.mapOptional("EnumKind", T.EnumConvenienceKind);
     IO.mapOptional("SwiftCopyable", T.SwiftCopyable);
     IO.mapOptional("Methods", T.Methods);
+    IO.mapOptional("Tags", T.Tags);
----------------
compnerd wrote:

I see now how I was confused. These are tags at a single level and are not recursively enumerated. I was thinking of it as the namespace path. I think that a comment might be sufficient.

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


More information about the cfe-commits mailing list