[PATCH 00/22] RFC: integrated 3rd-party static analysis support

2017-08-04 Thread David Malcolm
This patch kit clearly isn't ready yet as-is (see e.g. the "known unknowns" below), but I'm posting it now in the hope of getting early feedback. Summary === This patch kit provides an easy way to make integrate 3rd-party static analysis tools into gcc, and have them: (a) report through gcc's

Re: [PATCH 00/22] RFC: integrated 3rd-party static analysis support

2017-08-04 Thread Eric Gallager
On 8/4/17, David Malcolm wrote: > This patch kit clearly isn't ready yet as-is (see e.g. the > "known unknowns" below), but I'm posting it now in the hope of > getting early feedback. > > Summary > === > > This patch kit provides an easy way to make integrate 3rd-party static > analysis tools

Re: [PATCH 00/22] RFC: integrated 3rd-party static analysis support

2017-08-06 Thread Martin Sebor
On 08/04/2017 04:04 PM, David Malcolm wrote: This patch kit clearly isn't ready yet as-is (see e.g. the "known unknowns" below), but I'm posting it now in the hope of getting early feedback. Summary === This patch kit provides an easy way to make integrate 3rd-party static analysis tools in

Re: [PATCH 00/22] RFC: integrated 3rd-party static analysis support

2017-08-07 Thread David Malcolm
On Fri, 2017-08-04 at 21:00 -0400, Eric Gallager wrote: > On 8/4/17, David Malcolm wrote: > > This patch kit clearly isn't ready yet as-is (see e.g. the > > "known unknowns" below), but I'm posting it now in the hope of > > getting early feedback. > > > > Summary > > === > > > > This patch k

Re: [PATCH 00/22] RFC: integrated 3rd-party static analysis support

2017-08-08 Thread Richard Sandiford
David Malcolm writes: > This patch kit clearly isn't ready yet as-is (see e.g. the > "known unknowns" below), but I'm posting it now in the hope of > getting early feedback. Looks really useful. One thing I wasn't sure of from a quick scan was: what would happen if the input had something like a

Re: [PATCH 00/22] RFC: integrated 3rd-party static analysis support

2017-09-01 Thread Jeff Law
On 08/04/2017 04:04 PM, David Malcolm wrote: > This patch kit clearly isn't ready yet as-is (see e.g. the > "known unknowns" below), but I'm posting it now in the hope of > getting early feedback. [ ... ] > > > Statement of the problem > > > Static analysis is IMHO done

Re: [PATCH 00/22] RFC: integrated 3rd-party static analysis support

2017-09-01 Thread Trevor Saunders
On Fri, Sep 01, 2017 at 11:46:41AM -0600, Jeff Law wrote: > On 08/04/2017 04:04 PM, David Malcolm wrote: > > This patch kit clearly isn't ready yet as-is (see e.g. the > > "known unknowns" below), but I'm posting it now in the hope of > > getting early feedback. > [ ... ] > > > > > > > Statement