Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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...
Differential D155994
[HWASAN][LSAN] Replace cstdint with stdint.h kstoimenov on Jul 21 2023, 2:18 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions 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... |