llvm-project
74d77dc2 - [Clang][NFC] Rename UnqualPtrTy to DefaultPtrTy (#163207)

Commit
17 days ago
[Clang][NFC] Rename UnqualPtrTy to DefaultPtrTy (#163207) `UnqualPtrTy` didn't always match `llvm::PointerType::getUnqual`: sometimes it returned a pointer that is not in address space 0 (notably for SPIRV). Since `UnqualPtrTy` was used as the "generic" or "default" pointer type, this patch renames it to `DefaultPtrTy` to avoid confusion with LLVM's `PointerType::getUnqual`.
Author
Parents
Loading