================
@@ -67,6 +67,23 @@ static void writeSourceFileRef(const ClangDocContext &CDCtx, 
const Location &L,
   OS << "\n\n";
 }
 
+static std::string genRawText(const std::vector<CommentInfo> &Comments) {
+  std::string Result;
----------------
ilovepi wrote:

It seems like you're presenting this as a table... I'm not sure that formatting 
makes sense. I think its actually really important that we split these changes 
up and only try to handle the most basic change to the output. If you weren't 
trying to do so much in a single patch, susing out where things went wrong 
would be much easier.

https://github.com/llvm/llvm-project/pull/183085
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to