[clang-tools-extra] 59a73bd - [clang-doc] Add missing comment for Base (#138053)
via cfe-commits
cfe-commits at lists.llvm.org
Wed May 7 16:24:31 PDT 2025
Author: Paul Kirth
Date: 2025-05-07T16:24:27-07:00
New Revision: 59a73bdbc4c7b99a4b82ecd0d246267815699077
URL: https://github.com/llvm/llvm-project/commit/59a73bdbc4c7b99a4b82ecd0d246267815699077
DIFF: https://github.com/llvm/llvm-project/commit/59a73bdbc4c7b99a4b82ecd0d246267815699077.diff
LOG: [clang-doc] Add missing comment for Base (#138053)
Added:
Modified:
clang-tools-extra/clang-doc/Representation.h
Removed:
################################################################################
diff --git a/clang-tools-extra/clang-doc/Representation.h b/clang-tools-extra/clang-doc/Representation.h
index a2f8701091baa..9e4484ceb70a8 100644
--- a/clang-tools-extra/clang-doc/Representation.h
+++ b/clang-tools-extra/clang-doc/Representation.h
@@ -535,6 +535,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