[all-commits] [llvm/llvm-project] a4ebe3: [clang-doc] Add HTMLMustacheGenerator.cpp

Paul Kirth via All-commits all-commits at lists.llvm.org
Tue May 6 20:33:57 PDT 2025


  Branch: refs/heads/users/ilovepi/clang-doc-mustache-basic
  Home:   https://github.com/llvm/llvm-project
  Commit: a4ebe3e39ea8bdc365cbfddb0481512cedf22fd4
      https://github.com/llvm/llvm-project/commit/a4ebe3e39ea8bdc365cbfddb0481512cedf22fd4
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2025-05-07 (Wed, 07 May 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/CMakeLists.txt
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-doc/Generators.h
    A clang-tools-extra/clang-doc/HTMLMustacheGenerator.cpp
    M clang-tools-extra/clang-doc/Representation.h
    M clang-tools-extra/unittests/clang-doc/CMakeLists.txt
    A clang-tools-extra/unittests/clang-doc/HTMLMustacheGeneratorTest.cpp

  Log Message:
  -----------
  [clang-doc] Add HTMLMustacheGenerator.cpp

Split from #133161. This patch adds HTMLMustacheGenerator.cpp, and
the most basic class defintion for the generator. Future patches will
add functionality.

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