[llvm] [clang] [NFC] Remove Type::getInt8PtrTy (PR #71029)

Youngsuk Kim via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 09:57:17 PDT 2023


JOE1994 wrote:

I have a similar concern with @arsenm about making the default address space 0.
Can't we just use the already existing `PointerType::getUnqual()`, instead of introducing the default address space 0?

https://github.com/llvm/llvm-project/pull/71029


More information about the cfe-commits mailing list