llvm-project/llvm/include
Nikita Popov d593cf7945 [IR] Remove deprecated PointerType::getElementType()
This was deprecated before the LLVM 14 branch cut, remove the
method now.

As a temporary workaround, Type::getPointerElementType() can be
used instead.

See https://llvm.org/docs/OpaquePointers.html for information on
the opaque pointers migration.
2022-02-14 09:07:50 +01:00
..
llvm [IR] Remove deprecated PointerType::getElementType() 2022-02-14 09:07:50 +01:00
llvm-c Add missing includes after LLVMCore header cleanup 2022-02-02 07:51:13 +01:00