<div dir="ltr">As part of the <a href="https://llvm.org/docs/OpaquePointers.html">opaque pointers migration</a>, we need to make the clang frontend not depend on PointerType's pointee type. There are a couple random places that need to be fixed up to not use PointerType::getElementType and Type::getPointerElementType(), but the biggest issue is (I believe) clang::CodeGen::Address (and LValue/RValue?).<div><br></div><div>I had a very preliminary attempt inĀ <a href="https://reviews.llvm.org/D103465">https://reviews.llvm.org/D103465</a> but am not super familiar with the clang frontend. Is there anybody more familiar with clang who'd be willing to make clang work with opaque pointers?</div></div>