Re: [PATCH 4/4] C FE: suggest corrections for misspelled identifiers and type names

2016-06-21 Thread Jeff Law
On 06/14/2016 09:15 AM, David Malcolm wrote: This patch introduces a new lookup_name_fuzzy function to the C frontend and uses it to provides suggestions for various error messages that may be due to misspellings, and also for the warnings in implicit_decl_warning. This latter part may be

[PATCH 4/4] C FE: suggest corrections for misspelled identifiers and type names

2016-06-14 Thread David Malcolm
This patch introduces a new lookup_name_fuzzy function to the C frontend and uses it to provides suggestions for various error messages that may be due to misspellings, and also for the warnings in implicit_decl_warning. This latter part may be controversial. So far, we've only provided spelling