================
@@ -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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits