[PATCH] D158239: [clang][ExtractAPI] Add support for namespaces

Erick Velez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 17:38:08 PDT 2023


evelez7 created this revision.
evelez7 added a reviewer: dang.
Herald added a reviewer: ributzka.
Herald added a project: All.
evelez7 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Serialize namespaces, nested namespaces, and class relationships inside them.

Depends on D157076 <https://reviews.llvm.org/D157076>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158239

Files:
  clang/include/clang/ExtractAPI/API.h
  clang/include/clang/ExtractAPI/DeclarationFragments.h
  clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
  clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
  clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
  clang/lib/ExtractAPI/API.cpp
  clang/lib/ExtractAPI/DeclarationFragments.cpp
  clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
  clang/test/ExtractAPI/namespace.cpp
  clang/test/ExtractAPI/nested_namespaces.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158239.551339.patch
Type: text/x-patch
Size: 36754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230818/c52d4d5d/attachment-0001.bin>


More information about the cfe-commits mailing list