Skip to content

fix(FTBFS): clover: work around removal of PointerType::getElementType()

PointerType::getElementType() was deprected and is gone now. The temporary workaround is using Type::getPointerElementType(), longterm this needs to use OpaquePointers.

This MR fixes an FTBFS.

Merge request reports