================ @@ -162,15 +162,264 @@ Error MustacheHTMLGenerator::generateDocs( return Error::success(); } +static json::Value +extractValue(const Location &L, + std::optional<StringRef> RepositoryUrl = std::nullopt) { + Object Obj = Object(); + // Should there be Start/End line numbers? ---------------- ilovepi wrote:
No, I think that's still valid. This just has LineNumber, but we track Start/End. I think I actually added this when adapting/splitting up the patch. I can make it a TODO with more context. https://github.com/llvm/llvm-project/pull/138063 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits