[clang-tools-extra] [clang-doc] Add HTMLMustacheGenerator.cpp (PR #138060)

Daniel Thornburgh via cfe-commits cfe-commits at lists.llvm.org
Wed May 7 13:52:44 PDT 2025


================
@@ -535,6 +535,8 @@ struct ClangDocContext {
   // JavaScript files that will be imported in all HTML files.
   std::vector<std::string> JsScripts;
   StringRef Base;
+  // Mustache Template files
----------------
mysterymath wrote:

This is a map from strings to strings. What is the semantics of that map? It's not obvious to me from this change, and it should probably be part of the comment.

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


More information about the cfe-commits mailing list