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

Paulo Matos via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 3 04:04:10 PDT 2023


pmatos wrote:

I pushed forced a change using PointerType::getUnqual. Would this be more acceptable? It certainly looks cleaner to my eyes than having `PointerType::get(Ctx, 0)` everywhere.

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


More information about the cfe-commits mailing list