[Lldb-commits] [PATCH] D68179: [lldb] Fix JSON parser to allow empty arrays
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 30 00:08:56 PDT 2019
labath added a comment.
In D68179#1686893 <https://reviews.llvm.org/D68179#1686893>, @davide wrote:
> This needs a test. You can either write a python one as the ones in `test/testcases` or a lit-style based as the ones in `lit/`.
Another option might be a c++ unit test for the JSON class (see `unittests/Utility/JSONTest.cpp`).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68179/new/
https://reviews.llvm.org/D68179
More information about the lldb-commits
mailing list