This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 75f80cd66 [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommu [...] new 2e9dd1f5d [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommu [...] new 086111388 [JSON] Remove Utility/JSON.{h|cpp}
The 2 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/lldb/Utility/JSON.h | 283 ----------- .../GDBRemoteCommunicationServerCommon.cpp | 37 +- source/Utility/CMakeLists.txt | 1 - source/Utility/JSON.cpp | 550 --------------------- unittests/Utility/CMakeLists.txt | 1 - unittests/Utility/JSONTest.cpp | 26 - 6 files changed, 17 insertions(+), 881 deletions(-) delete mode 100644 include/lldb/Utility/JSON.h delete mode 100644 source/Utility/JSON.cpp delete mode 100644 unittests/Utility/JSONTest.cpp