[PATCH] D40526: [WebAssembly] Change size_t to `unsigned long`

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 8 09:41:11 PDT 2018


sbc100 added a comment.

Should we change int32_t as well?   Or does the above code just need fixing?  I'm a little concerned because this code is very portable which implies that WebAssembly might be doing something unusual here.


Repository:
  rC Clang

https://reviews.llvm.org/D40526





More information about the cfe-commits mailing list