[PATCH] D122446: [clang][extract-api] Add Objective-C interface support

Zixu Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 17:13:50 PDT 2022


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

- Address review comments:
  - Use template to reuse logic for building function signatures for FunctionDecl and ObjCMethodDecl.
- Move the change of `objc_interface.m` test in this patch from D12251 <https://reviews.llvm.org/D12251>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122446

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/objc_interface.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122446.418738.patch
Type: text/x-patch
Size: 49344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220329/1268e315/attachment-0001.bin>


More information about the cfe-commits mailing list