[PATCH] D138073: [clang-doc] Move file layout to the generators.
Brett Wilson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 15 16:02:48 PST 2022
brettw added a comment.
If you're curious, you can see the simplification the YAML output format change makes in the consuming code:
https://fuchsia-review.git.corp.google.com/c/fuchsia/+/760570/2/tools/cppdocgen/clangdoc/clangdoc.go
Since it allows us to remove some special-casing code for loading things in the global namespace and for anonymous records.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138073/new/
https://reviews.llvm.org/D138073
More information about the cfe-commits
mailing list