[all-commits] [llvm/llvm-project] 494593: [clang-doc] Extract Info into JSON values
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon May 12 18:57:49 PDT 2025
Branch: refs/heads/users/ilovepi/clang-doc-mustache-json
Home: https://github.com/llvm/llvm-project
Commit: 494593345b3b55b97c0a603caa9f364ee7bfe99a
https://github.com/llvm/llvm-project/commit/494593345b3b55b97c0a603caa9f364ee7bfe99a
Author: Paul Kirth <paulkirth at google.com>
Date: 2025-05-13 (Tue, 13 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