[llvm-branch-commits] [clang-tools-extra] [clang-doc] add throws comments to comment template (PR #150649)
Paul Kirth via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 25 13:06:34 PDT 2025
================
@@ -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
More information about the llvm-branch-commits
mailing list