This patch replaces the hand-rolled JSON decoding in StructuredData with LLVM's JSON library.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lldb/source/Utility/StructuredData.cpp | ||
---|---|---|
48 ↗ | (On Diff #222642) | does this propagate the error into error? |
lldb/source/Utility/StructuredData.cpp | ||
---|---|---|
48 ↗ | (On Diff #222642) | No, ParseJSON(std::string) doesn't provide error handling. We probably should add that, but that would mean changing all the call sites. I'd prefer to keep that separate from the JSON change. |