This is an archive of the discontinued LLVM Phabricator instance.

[HWASAN][LSAN] Replace cstdint with stdint.h
ClosedPublic

Authored by kstoimenov on Jul 21 2023, 2:18 PM.

Diff Detail

Event Timeline

kstoimenov created this revision.Jul 21 2023, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 2:18 PM
Herald added a subscriber: Enna1. · View Herald Transcript
kstoimenov requested review of this revision.Jul 21 2023, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 2:18 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
brooksmoses accepted this revision.Jul 21 2023, 2:36 PM
This revision is now accepted and ready to land.Jul 21 2023, 2:36 PM
MaskRay accepted this revision.Jul 21 2023, 2:38 PM
MaskRay added a subscriber: MaskRay.

Technically stdint.h is slightly better since we use uintptr_t instead of std::uintptr_t, though in practice the two headers can be mixed...

This revision was landed with ongoing or failed builds.Jul 21 2023, 3:20 PM
This revision was automatically updated to reflect the committed changes.