[PATCH] D78508: [Clang] Allow long as size_t printf argument on 32-bit Windows platforms.

Hans Wennborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 18 05:20:03 PDT 2020


hans added a comment.

Doing special handling for SIZE_T, as opposed to long in general, on Windows as Richard suggests seems reasonable to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78508/new/

https://reviews.llvm.org/D78508





More information about the cfe-commits mailing list