Re: [PATCH 1/4] Introduce gcc_rich_location::add_fixit_misspelled_id

2016-06-14 Thread Jeff Law
On 06/14/2016 09:15 AM, David Malcolm wrote: There's a fair amount of repetition in the code to emit fixits for misspelled identifiers, and I plan to add more such fixits, so this patch moves it to a helper method. Successfully bootstrapped®rtested in combination with the rest of the kit on x86_

[PATCH 1/4] Introduce gcc_rich_location::add_fixit_misspelled_id

2016-06-14 Thread David Malcolm
There's a fair amount of repetition in the code to emit fixits for misspelled identifiers, and I plan to add more such fixits, so this patch moves it to a helper method. Successfully bootstrapped®rtested in combination with the rest of the kit on x86_64-pc-linux-gnu Successful -fself-test of stage