[all-commits] [llvm/llvm-project] 184931: [clang][ExtractAPI] Add support for Objective-C ca...

Ruturaj Vaidya via All-commits all-commits at lists.llvm.org
Tue Aug 15 08:34:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 184931853924b53f5f07602229b9d129540ab02a
      https://github.com/llvm/llvm-project/commit/184931853924b53f5f07602229b9d129540ab02a
  Author: ruturaj4 <ruturajkvaidya at ku.edu>
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
    M clang/include/clang/ExtractAPI/API.h
    M clang/include/clang/ExtractAPI/ExtractAPIVisitor.h
    M clang/include/clang/ExtractAPI/Serialization/SerializerBase.h
    M clang/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h
    M clang/lib/ExtractAPI/API.cpp
    M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
    A clang/test/ExtractAPI/objc_module_category.m
    A clang/test/ExtractAPI/objc_various_categories.m

  Log Message:
  -----------
  [clang][ExtractAPI] Add support for Objective-C categories

Differential Revision: https://reviews.llvm.org/D152770




More information about the All-commits mailing list