Re: [PATCH 32/49] analyzer: new files: pending-diagnostic.{cc|h}

2019-12-08 Thread Jeff Law
On Sun, 2019-12-08 at 09:43 -0500, David Malcolm wrote: > On Sat, 2019-12-07 at 08:05 -0700, Jeff Law wrote: > > On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > > > This patch adds classes used by the analyzer for handling its > > > diagnostics > > > (queueing them, deduplicating them,

Re: [PATCH 32/49] analyzer: new files: pending-diagnostic.{cc|h}

2019-12-08 Thread David Malcolm
On Sat, 2019-12-07 at 08:05 -0700, Jeff Law wrote: > On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > > This patch adds classes used by the analyzer for handling its > > diagnostics > > (queueing them, deduplicating them, precision-of-wording hooks). > > > > gcc/ChangeLog: > > *

Re: [PATCH 32/49] analyzer: new files: pending-diagnostic.{cc|h}

2019-12-07 Thread Jeff Law
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > This patch adds classes used by the analyzer for handling its > diagnostics > (queueing them, deduplicating them, precision-of-wording hooks). > > gcc/ChangeLog: > * analyzer/pending-diagnostic.cc: New file. > *

[PATCH 32/49] analyzer: new files: pending-diagnostic.{cc|h}

2019-11-15 Thread David Malcolm
This patch adds classes used by the analyzer for handling its diagnostics (queueing them, deduplicating them, precision-of-wording hooks). gcc/ChangeLog: * analyzer/pending-diagnostic.cc: New file. * analyzer/pending-diagnostic.h: New file. --- gcc/analyzer/pending-diagnostic.cc