[all-commits] [llvm/llvm-project] d1d34b: [clang][extract-api] Add Objective-C protocol support

Zixu Wang via All-commits all-commits at lists.llvm.org
Tue Mar 29 14:45:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1d34bafef56b732b461e12032eaf030e609f55a
      https://github.com/llvm/llvm-project/commit/d1d34bafef56b732b461e12032eaf030e609f55a
  Author: Zixu Wang <zixu_wang at apple.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M clang/include/clang/ExtractAPI/API.h
    M clang/include/clang/ExtractAPI/DeclarationFragments.h
    M clang/lib/ExtractAPI/API.cpp
    M clang/lib/ExtractAPI/DeclarationFragments.cpp
    M clang/lib/ExtractAPI/ExtractAPIConsumer.cpp
    M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
    A clang/test/ExtractAPI/objc_protocol.m

  Log Message:
  -----------
  [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




More information about the All-commits mailing list