================
@@ -88,7 +88,7 @@ static void writeDescription(const CommentInfo &I,
raw_ostream &OS) {
break;
case CommentKind::CK_BlockCommandComment:
- OS << genEmphasis(I.Name);
+ OS << genEmphasis(I.Name) << " ";
----------------
SamrudhNelli wrote:Moved to #185528 https://github.com/llvm/llvm-project/pull/183085 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
