[all-commits] [llvm/llvm-project] 74d7f4: [Clang] Fix __{add, remove}_pointer in Objective-C+...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Thu Jan 30 11:34:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74d7f43b98910a110bc194752fca829eb19c265a
https://github.com/llvm/llvm-project/commit/74d7f43b98910a110bc194752fca829eb19c265a
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-01-30 (Thu, 30 Jan 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaType.cpp
R clang/test/SemaCXX/remove_pointer.mm
A clang/test/SemaObjCXX/type-traits.mm
Log Message:
-----------
[Clang] Fix __{add,remove}_pointer in Objective-C++ (#123678)
This aligns the builtins with how implementations work which don't use
the buitins.
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