[all-commits] [llvm/llvm-project] e1df44: [clang-doc] Extract Info into JSON values

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


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

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

  Log Message:
  -----------
  [clang-doc] Extract Info into JSON values

Split from #133161. This patch provides the implementation of a number
of extractValue overloads used with the different types of Info.

The new helper functions extract the relevant information from the
different *Infos and inserts them into the correct fields of the JSON
values that will be used with the specific Mustache templates, which
will land separately.

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