[all-commits] [llvm/llvm-project] d0754f: [clang-doc] Extract Info into JSON values
Paul Kirth via All-commits
all-commits at lists.llvm.org
Fri May 16 17:33:28 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-mustache-json
Home: https://github.com/llvm/llvm-project
Commit: d0754f4d2ac9dddece8d2acd83efc42f1298d14d
https://github.com/llvm/llvm-project/commit/d0754f4d2ac9dddece8d2acd83efc42f1298d14d
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-05-17 (Sat, 17 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