Re: [PATCH] c-family: add name_hint/deferred_diagnostic (v3)

2017-11-16 Thread Jeff Law
On 11/02/2017 06:21 PM, David Malcolm wrote: > Jeff: You previously had concerns about the refcounting used in v1 > of this patch; this avoids that in favor of using gnu::unique_ptr. > Joseph already approved the C frontend parts of v2 of this > patch. I had to go back and find my original messag

[PATCH] c-family: add name_hint/deferred_diagnostic (v3)

2017-11-02 Thread David Malcolm
Jeff: You previously had concerns about the refcounting used in v1 of this patch; this avoids that in favor of using gnu::unique_ptr. Joseph already approved the C frontend parts of v2 of this patch. Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. OK for trunk? Changed in v3: - W