[all-commits] [llvm/llvm-project] 0c7122: [clang-doc] Extract Info into JSON values
Paul Kirth via All-commits
all-commits at lists.llvm.org
Fri May 23 15:54:50 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-mustache-json
Home: https://github.com/llvm/llvm-project
Commit: 0c7122c91b45548a6401be465d1c94452a96cf53
https://github.com/llvm/llvm-project/commit/0c7122c91b45548a6401be465d1c94452a96cf53
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
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