Re: [PING] Re: [PATCH] c/c++: Add fix-it hints for suggested missing #includes

2017-06-30 Thread David Malcolm
On Fri, 2017-06-30 at 09:40 -0600, Jeff Law wrote: > On 05/26/2017 01:54 PM, David Malcolm wrote: > > Ping: > > https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00321.html > > > > On Thu, 2017-05-04 at 12:36 -0400, David Malcolm wrote: > > > As of r247522, fix-it-hints can suggest the insertion of

Re: [PING] Re: [PATCH] c/c++: Add fix-it hints for suggested missing #includes

2017-06-30 Thread Jeff Law
On 05/26/2017 01:54 PM, David Malcolm wrote: > Ping: > https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00321.html > > On Thu, 2017-05-04 at 12:36 -0400, David Malcolm wrote: >> As of r247522, fix-it-hints can suggest the insertion of new lines. >> >> This patch uses this to implement a new "maybe_

[PING] Re: [PATCH] c/c++: Add fix-it hints for suggested missing #includes

2017-05-26 Thread David Malcolm
Ping: https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00321.html On Thu, 2017-05-04 at 12:36 -0400, David Malcolm wrote: > As of r247522, fix-it-hints can suggest the insertion of new lines. > > This patch uses this to implement a new "maybe_add_include_fixit" > function in c-common.c and uses it