[clang] [Clang] Fix __{add, remove}_pointer in Objective-C++ (PR #123678)

John McCall via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 24 14:53:36 PST 2025


rjmccall wrote:

It's probably right that these should match the behavior of adding or removing a `*` (the latter of which can happen via template argument deduction), which does mean they need to handle ObjC pointer types correctly.

https://github.com/llvm/llvm-project/pull/123678


More information about the cfe-commits mailing list