[PATCH] D109347: [JSON] Handle uint64_t type

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 01:38:36 PDT 2021


djtodoro created this revision.
djtodoro added reviewers: dblaikie, akhuang.
djtodoro added projects: LLVM, debug-info.
Herald added subscribers: dexonsmith, hiraditya.
djtodoro requested review of this revision.
Herald added a subscriber: llvm-commits.

There was no handling of uint64_t in the LLVM JSON library. This patch adds support for that.
The motivation is the https://reviews.llvm.org/D109217.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109347

Files:
  llvm/include/llvm/Support/JSON.h
  llvm/lib/Support/JSON.cpp
  llvm/unittests/Support/JSONTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109347.371004.patch
Type: text/x-patch
Size: 4734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/486638de/attachment.bin>


More information about the llvm-commits mailing list