[clang-tools-extra] [clang-doc] Add missing comment for Base (PR #138053)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 30 16:43:51 PDT 2025
https://github.com/ilovepi created https://github.com/llvm/llvm-project/pull/138053
None
>From 056ab13fceab69a11a9bb1c4c40b5ea901bad7bd Mon Sep 17 00:00:00 2001
From: Paul Kirth <paulkirth at google.com>
Date: Tue, 29 Apr 2025 18:22:05 -0700
Subject: [PATCH] [clang-doc] Add missing comment for Base
---
clang-tools-extra/clang-doc/Representation.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/clang-tools-extra/clang-doc/Representation.h b/clang-tools-extra/clang-doc/Representation.h
index b0b34fc6f08dd..77d0a8a238cb1 100644
--- a/clang-tools-extra/clang-doc/Representation.h
+++ b/clang-tools-extra/clang-doc/Representation.h
@@ -527,6 +527,7 @@ struct ClangDocContext {
std::vector<std::string> UserStylesheets;
// JavaScript files that will be imported in all HTML files.
std::vector<std::string> JsScripts;
+ // Base directory for remote repositories.
StringRef Base;
Index Idx;
};
More information about the cfe-commits
mailing list