================
@@ -628,7 +628,7 @@ static void serializeInfo(const RecordInfo &I, json::Object 
&Obj,
     if (!PubFunctionsArrayRef.empty())
       insertArray(Obj, PubFunctionsArray, "PublicFunctions");
     if (!ProtFunctionsArrayRef.empty())
-      Obj["ProtectedFunctions"] = ProtFunctionsArray;
+      insertArray(Obj, ProtFunctionsArray, "ProtectedFunctions");
----------------
evelez7 wrote:

Yeah these names need to be cleaned up across the templates as well, but I've 
put it off to not make these patches unnecessarily large and to get the 
functionality out there first. I'm planning to followup on these soon.

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

Reply via email to