[all-commits] [llvm/llvm-project] 05b4bf: [ExtractAPI] Include +/- symbols for ObjC methods ...

Prajwal Nadig via All-commits all-commits at lists.llvm.org
Fri Jun 20 08:05:37 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05b4bfe19eaba13b4fdf39fc5541077c255b8e3f
      https://github.com/llvm/llvm-project/commit/05b4bfe19eaba13b4fdf39fc5541077c255b8e3f
  Author: Prajwal Nadig <pnadig at apple.com>
  Date:   2025-06-20 (Fri, 20 Jun 2025)

  Changed paths:
    M clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
    M clang/test/ExtractAPI/objc_instancetype.m

  Log Message:
  -----------
  [ExtractAPI] Include +/- symbols for ObjC methods (#145035)

ObjC methods include a +/- prefix to indicate if they are a class or
instance method. This information is valuable, and must be included in
the navigator generated by ExtractAPI.

rdar://150870936



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list