[all-commits] [llvm/llvm-project] 306bdf: [clang][CGObjC] Remove unused ExternalProtocolPtrT...
Mats Jun Larsen via All-commits
all-commits at lists.llvm.org
Mon Mar 31 23:28:12 PDT 2025
Branch: refs/heads/users/junlarsen/_clang_cgobjc_remove_unused_externalprotocolptrty_nfc_
Home: https://github.com/llvm/llvm-project
Commit: 306bdfcc1e4d73c50aa719c6a3186e5cc45243a1
https://github.com/llvm/llvm-project/commit/306bdfcc1e4d73c50aa719c6a3186e5cc45243a1
Author: Mats Jun Larsen <mats at jun.codes>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M clang/lib/CodeGen/CGObjCMac.cpp
Log Message:
-----------
[clang][CGObjC] Remove unused ExternalProtocolPtrTy (NFC)
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
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