On 5/30/18, David Malcolm <dmalc...@redhat.com> wrote: > On Wed, 2018-05-30 at 13:25 -0400, Eric Gallager wrote: >> On 5/29/18, David Malcolm <dmalc...@redhat.com> wrote: >> > This patch is the JSON patch I posted last year; >> > it adds support to gcc for reading and writing JSON, >> > based on DOM-like trees of json::value instances. >> > >> > This is overkill for what's needed by the rest of the >> > patch kit (which just needs to be able to write JSON), >> > but this code already existed, so I'm using it for now. >> > >> >> I think I remember you posting this last year, but I forget where in >> the archives it is. Could you post a link to the thread from last >> year >> just for reference? Thanks. > > It was "[PATCH 03/22] Add JSON implementation" > https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00417.html > as part of: > "[PATCH 00/22] RFC: integrated 3rd-party static analysis support" > https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00416.html > > [...snip...] > > Dave >
Right, thanks! Considering that the static analysis support is a different thing, I almost wonder if it's worth adding the JSON code separately from either that or this, so it can be ready whenever something else needs it... Eric