[PATCH] D122511: [clang][extract-api] Add Objective-C protocol support

Zixu Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 25 15:18:31 PDT 2022


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

Add support for Objective-C protocol declarations in ExtractAPI.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122511

Files:
  clang/include/clang/ExtractAPI/API.h
  clang/include/clang/ExtractAPI/DeclarationFragments.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
  clang/test/ExtractAPI/objc_protocol.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122511.418343.patch
Type: text/x-patch
Size: 14400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220325/a5b10a35/attachment.bin>


More information about the cfe-commits mailing list