[Lldb-commits] [PATCH] D68282: [JSON] Use LLVM's library for decoding JSON in StructuredData

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 1 10:10:40 PDT 2019


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, vsk, aprantl.
Herald added a project: LLDB.

This patch replaces the hand-rolled JSON decoding in StructuredData with LLVM's JSON library.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D68282

Files:
  lldb/include/lldb/Utility/StructuredData.h
  lldb/source/Utility/StructuredData.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68282.222642.patch
Type: text/x-patch
Size: 6526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191001/2349cf80/attachment.bin>


More information about the lldb-commits mailing list