[all-commits] [llvm/llvm-project] 8c3adc: [JSON] Handle uint64_t type
Djordje Todorovic via All-commits
all-commits at lists.llvm.org
Fri Oct 15 02:19:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c3adce81dc36306ba30cda0cdf458cfcf7d076c
https://github.com/llvm/llvm-project/commit/8c3adce81dc36306ba30cda0cdf458cfcf7d076c
Author: djtodoro <djordje.todorovic at syrmia.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M llvm/include/llvm/Support/JSON.h
M llvm/lib/Support/JSON.cpp
M llvm/unittests/Support/JSONTest.cpp
Log Message:
-----------
[JSON] Handle uint64_t type
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.
Differential Revision: https://reviews.llvm.org/D109347
More information about the All-commits
mailing list