[PATCH] D121873: [clang][extract-api] Add enum support

Zixu Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 21 18:40:18 PDT 2022


zixuw updated this revision to Diff 417154.
zixuw marked 4 inline comments as done.
zixuw added a comment.

- Address review issues;
- Fix memory managment for EnumConstantRecord and EnumRecord


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121873/new/

https://reviews.llvm.org/D121873

Files:
  clang/include/clang/ExtractAPI/API.h
  clang/include/clang/ExtractAPI/DeclarationFragments.h
  clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
  clang/lib/ExtractAPI/API.cpp
  clang/lib/ExtractAPI/DeclarationFragments.cpp
  clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
  clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
  clang/test/ExtractAPI/enum.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121873.417154.patch
Type: text/x-patch
Size: 28508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220322/6129c747/attachment-0001.bin>


More information about the cfe-commits mailing list