[llvm-branch-commits] [clang-tools-extra] [clang-doc] Extract Info into JSON values (PR #138063)
Erick Velez via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun May 18 16:36:58 PDT 2025
================
@@ -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
More information about the llvm-branch-commits
mailing list