Files
clang-p2996/clang/lib/CodeGen/CGObjCMac.cpp
Mats Jun Larsen a641910531 [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:

- 020de3254a used ExternalProtocolPtrTy
- 34ee69b4ce removes the bitcast

Also technically part of #123569
2025-04-05 09:01:36 +00:00

293 KiB