[PATCH] D63911: [clang-doc] Serialize child namespaces and records

Diego Astiazarán via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 27 17:26:19 PDT 2019


DiegoAstiazaran created this revision.
DiegoAstiazaran added reviewers: juliehockett, jakehehrlich, lebedev.ri.
DiegoAstiazaran added a project: clang-tools-extra.

Serialization of child namespaces and records is now handled.
Namespaces can have child records and child namespaces.
Records can only have child records.


https://reviews.llvm.org/D63911

Files:
  clang-tools-extra/clang-doc/Mapper.cpp
  clang-tools-extra/clang-doc/Serialize.cpp
  clang-tools-extra/clang-doc/Serialize.h
  clang-tools-extra/unittests/clang-doc/SerializeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63911.206974.patch
Type: text/x-patch
Size: 18431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190628/01ae48db/attachment.bin>


More information about the cfe-commits mailing list