================
@@ -560,6 +560,8 @@ static void serializeInfo(const EnumInfo &I, json::Object 
&Obj,
                           const std::optional<StringRef> &RepositoryUrl,
                           const std::optional<StringRef> &RepositoryLine) {
   serializeCommonAttributes(I, Obj, RepositoryUrl, RepositoryLine);
+  if(I.Name.empty())
+    Obj["Name"] = "(unnamed)";
----------------
SamrudhNelli wrote:

Yes, since you suggested on appending (unnamed) for enums with no Name, I just 
set the Name as (unnamed).
Yeah, the Name will never be empty after this..

https://github.com/llvm/llvm-project/pull/181347
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to