================ @@ -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? ---------------- evelez7 wrote:
outdated comment? ```suggestion ``` 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