[all-commits] [llvm/llvm-project] a64191: [clang][CGObjC] Remove unused ExternalProtocolPtrT...
Mats Jun Larsen via All-commits
all-commits at lists.llvm.org
Sat Apr 5 02:01:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a64191053136078761a72fe800feedb8bcc70d31
https://github.com/llvm/llvm-project/commit/a64191053136078761a72fe800feedb8bcc70d31
Author: Mats Jun Larsen <mats at jun.codes>
Date: 2025-04-05 (Sat, 05 Apr 2025)
Changed paths:
M clang/lib/CodeGen/CGObjCMac.cpp
Log Message:
-----------
[clang][CGObjC] Remove unused ExternalProtocolPtrTy (NFC) (#133870)
This function was previously used to get a type to the protocol that
was used to bitcast the initializer of GenerateProtocol. This bitcast
has later been removed (thanks to opaque pointers), but the member was
left behind.
History:
- 020de3254acc3 used ExternalProtocolPtrTy
- 34ee69b4ce662 removes the bitcast
Also technically part of #123569
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