Previously this required a conversion to json::Array/json::Object first.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53385
[Support] json::Value construction from std::vector<T> and std::map<string,T>. ClosedPublic Authored by sammccall on Oct 17 2018, 1:33 PM.
Details Summary Previously this required a conversion to json::Array/json::Object first.
Diff Detail
Event Timelinesammccall added a child revision: D53387: [clangd] Lay JSONRPCDispatcher to rest..Oct 17 2018, 3:15 PM This revision is now accepted and ready to land.Oct 18 2018, 1:14 AM Closed by commit rL344732: [Support] json::Value construction from std::vector<T> and std::map<string,T>. (authored by sammccall). · Explain WhyOct 18 2018, 1:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 170051 llvm/trunk/include/llvm/Support/JSON.h
llvm/trunk/unittests/Support/JSONTest.cpp
|