[PATCH] D139154: [clang-doc] Add template support

Brett Wilson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 1 15:57:06 PST 2022


brettw created this revision.
brettw added a project: clang-tools-extra.
Herald added a project: All.
brettw requested review of this revision.
Herald added a subscriber: cfe-commits.

Decodes the template parameters for both functions and records.

For template specializations, records a reference to the main record that the specialization is of, and also the parameters that the code supplied to that template.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139154

Files:
  clang-tools-extra/clang-doc/BitcodeReader.cpp
  clang-tools-extra/clang-doc/BitcodeWriter.cpp
  clang-tools-extra/clang-doc/BitcodeWriter.h
  clang-tools-extra/clang-doc/Representation.cpp
  clang-tools-extra/clang-doc/Representation.h
  clang-tools-extra/clang-doc/Serialize.cpp
  clang-tools-extra/clang-doc/YAMLGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139154.479461.patch
Type: text/x-patch
Size: 19401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221201/a33d1887/attachment-0001.bin>


More information about the cfe-commits mailing list