[clang][extract-api] Add Objective-C protocol support
authorZixu Wang <zixu_wang@apple.com>
Fri, 25 Mar 2022 22:15:08 +0000 (15:15 -0700)
committerZixu Wang <zixu_wang@apple.com>
Tue, 29 Mar 2022 21:44:49 +0000 (14:44 -0700)
commitd1d34bafef56b732b461e12032eaf030e609f55a
tree8360785bdf0fa068133c2916679cbb5550af3b8c
parent122638d97d913edcdfa8ccf921eb5929498166c7
[clang][extract-api] Add Objective-C protocol support

Add support for Objective-C protocol declarations in ExtractAPI.

Depends on D122446

Differential Revision: https://reviews.llvm.org/D122511
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_protocol.m [new file with mode: 0644]