[all-commits] [llvm/llvm-project] 146ad7: [IR] Deprecate PointerType::get/getUnqual pointee ...
Mats Jun Larsen via All-commits
all-commits at lists.llvm.org
Sun Apr 6 16:30:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 146ad71bc71a9cbecccea307bbd157ec910ae82a
https://github.com/llvm/llvm-project/commit/146ad71bc71a9cbecccea307bbd157ec910ae82a
Author: Mats Jun Larsen <mats at jun.codes>
Date: 2025-04-06 (Sun, 06 Apr 2025)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
Log Message:
-----------
[IR] Deprecate PointerType::get/getUnqual pointee type overload (#134517)
Deprecates the methods and schedules them for removal in the future as
the overloads taking LLVMContext are preferred, as the pointee type
has no meaning in opaque pointers.
>From what my clangd can tell, there are no usages left in the monorepo
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