[llvm-branch-commits] [clang-tools-extra] [clang-doc] add option to delete JSON residuals (PR #150656)

Paul Kirth via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 25 10:29:51 PDT 2025


================
@@ -41,8 +41,8 @@ getClangDocContext(std::vector<std::string> UserStylesheets = {},
                    StringRef RepositoryUrl = "",
                    StringRef RepositoryLinePrefix = "", StringRef Base = "") {
   ClangDocContext CDCtx{
-      {},   "test-project", {}, {}, {}, RepositoryUrl, RepositoryLinePrefix,
-      Base, UserStylesheets};
+      {},   "test-project",  {}, {}, {}, RepositoryUrl, RepositoryLinePrefix,
----------------
ilovepi wrote:

```suggestion
      {},   "test-project", {}, {}, {}, RepositoryUrl, RepositoryLinePrefix,
```
Seems like an extra space slipped in.

https://github.com/llvm/llvm-project/pull/150656


More information about the llvm-branch-commits mailing list