================
@@ -126,6 +138,15 @@ static Object serializeComment(const CommentInfo &I, 
Object &Description) {
     auto TextCommentsArray = extractTextComments(CARef.front().getAsObject());
     if (I.Name == "brief")
       insertComment(Description, TextCommentsArray, "BriefComments");
+    else if (I.Name == "return")
+      insertComment(Description, TextCommentsArray, "ReturnComments");
----------------
ilovepi wrote:

Oh, I see, there's a conflict. disregard.

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

Reply via email to