[PATCH 02/10] Add JSON implementation

David Malcolm dmalcolm@redhat.com
Wed May 30 17:32:00 GMT 2018


On Wed, 2018-05-30 at 13:25 -0400, Eric Gallager wrote:
> On 5/29/18, David Malcolm <dmalcolm@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



More information about the Gcc-patches mailing list