We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb0642 commit f1c4b1fCopy full SHA for f1c4b1f
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
@@ -411,7 +411,7 @@ class HWAddressSanitizer {
411
412
Type *VoidTy = Type::getVoidTy(M.getContext());
413
Type *IntptrTy = M.getDataLayout().getIntPtrType(M.getContext());
414
- PointerType *PtrTy = PointerType::get(M.getContext(), /* AddressSpace= */0);
+ PointerType *PtrTy = PointerType::get(M.getContext(), /* AddressSpace= */ 0);
415
Type *Int8Ty = Type::getInt8Ty(M.getContext());
416
Type *Int32Ty = Type::getInt32Ty(M.getContext());
417
Type *Int64Ty = Type::getInt64Ty(M.getContext());
0 commit comments