[PATCH] D146771: [support] Provide overload to PrintNumber that use C++ types

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 10:27:53 PDT 2023


paulkirth updated this revision to Diff 508152.
paulkirth added a comment.

Fix `enable_if` and update getInteger to allow more unsigned types

I may want to revisit how we split signed/unsigned.
I also still need to investigate implicit conversion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146771

Files:
  llvm/include/llvm/Support/JSON.h
  llvm/include/llvm/Support/ScopedPrinter.h
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146771.508152.patch
Type: text/x-patch
Size: 6646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/31f22dcc/attachment.bin>


More information about the llvm-commits mailing list