[PATCH] D146492: Add new printNumber() for size_t

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 18:01:22 PDT 2023


paulkirth added a comment.

@junhee-yoo you may want to try your code w/ top-of-tree again. looks like someone added some `static_cast` to those APIs earlier today, so you may no longer have an issue. I didn't even notice that had landed earlier when I proposed changing to `uint32_t`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146492



More information about the llvm-commits mailing list