[PATCH] D50477: WIP: Ensure that the type of size_t is represended as one of the fixed width types
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 15 15:26:38 PDT 2018
sbc100 added a comment.
Please ignore this change, I had thought we wanted size_t to match either int32_t or int64_t, but it turns out that isn't a requirement and that code that expects this to be true needs fixing.
Repository:
rC Clang
https://reviews.llvm.org/D50477
More information about the cfe-commits
mailing list