[PATCH] D109347: [JSON] Handle uint64_t type

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 06:52:49 PDT 2021


djtodoro added a comment.

I haven't paid attention to the parse() part, but I should have. Hmm, I think parsing an int as unsigned via `getAsUNIT64()` is a better way IMO, so I'll do that way.


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

https://reviews.llvm.org/D109347



More information about the llvm-commits mailing list