[all-commits] [llvm/llvm-project] 72da18: [clang-doc] Implement setupTemplateValue for HTMLM...

Paul Kirth via All-commits all-commits at lists.llvm.org
Fri May 23 15:57:18 PDT 2025


  Branch: refs/heads/users/ilovepi/clang-doc-mustache-template-setup
  Home:   https://github.com/llvm/llvm-project
  Commit: 72da18f86f4ce50cbd804ae47feb6baeb275e159
      https://github.com/llvm/llvm-project/commit/72da18f86f4ce50cbd804ae47feb6baeb275e159
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp
    M clang-tools-extra/unittests/clang-doc/HTMLMustacheGeneratorTest.cpp

  Log Message:
  -----------
  [clang-doc] Implement setupTemplateValue for HTMLMustacheGenerator

This patch implements the business logic for setupTemplateValue, which
was split from #133161. The implementation configures the relative path
relationships between the various HTML components, and prepares them
prior to their use in the generator. The tests here are disabled by
default until we can use lit tests via tool support, since we cannot
read files in the unit tests.

Co-authored-by: Peter Chou <peter.chou at mail.utoronto.ca>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list