================
@@ -249,14 +249,14 @@ void ClangDocCommentVisitor::parseComment(const
comments::Comment *C) {
void ClangDocCommentVisitor::visitTextComment(const TextComment *C) {
if (!isWhitespaceOnly(C->getText()))
- CurrentCI.Text = C->getText();
+ CurrentCI.Text = C->getText().trim();
----------------
SamrudhNelli wrote:
Sure, moved those 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