This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c576638ca6 [AArch64][SVE] Asm: Support for ADR instruction. new 5070d36f882 Lift JSON library from clang-tools-extra/clangd to llvm/Support.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/JSON.h | 627 ++++++++++++++++++++++++++++++++++++++ lib/Support/CMakeLists.txt | 1 + lib/Support/JSON.cpp | 642 +++++++++++++++++++++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/JSONTest.cpp | 292 ++++++++++++++++++ 5 files changed, 1563 insertions(+) create mode 100644 include/llvm/Support/JSON.h create mode 100644 lib/Support/JSON.cpp create mode 100644 unittests/Support/JSONTest.cpp