This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Define 32bit uptr as uint
ClosedPublic

Authored by vitalybuka on Aug 16 2021, 1:53 PM.

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Aug 16 2021, 1:53 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 1:53 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

don't change MAC operator_new_size_type

vitalybuka edited the summary of this revision. (Show Details)Aug 16 2021, 2:19 PM
kstoimenov accepted this revision.Aug 16 2021, 2:21 PM
This revision is now accepted and ready to land.Aug 16 2021, 2:21 PM
This revision was landed with ongoing or failed builds.Aug 16 2021, 2:23 PM
This revision was automatically updated to reflect the committed changes.
fhahn added a comment.Aug 16 2021, 2:24 PM

Thanks for the fix!