Re: [PATCH 0/4] (v2) Generating patches from fix-it hints

2016-09-12 Thread David Malcolm
On Fri, 2016-09-09 at 16:56 -0600, Jeff Law wrote: > On 08/24/2016 07:13 PM, David Malcolm wrote: > > Here's a much less ambitious version of the patch kit, which > > eliminates any attempt to write to the user's source > > code (getting rid of edit_context::apply_changes and > > -fdiagnostics-app

Re: [PATCH 0/4] (v2) Generating patches from fix-it hints

2016-09-09 Thread Jeff Law
On 08/24/2016 07:13 PM, David Malcolm wrote: Here's a much less ambitious version of the patch kit, which eliminates any attempt to write to the user's source code (getting rid of edit_context::apply_changes and -fdiagnostics-apply-fixits). It implements -fdiagnostics-generate-patch. In so doi