================
@@ -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:

Should this perhaps be ParentTags or something else? It's not particularly 
clear why you would list tags in a tag. I think that namespace would also be 
confusing.

https://github.com/llvm/llvm-project/pull/99655
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to