================
@@ -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:
I thought the return bits had their own patch? was that missing? split wrong?
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