aboutsummaryrefslogtreecommitdiff
path: root/gcc/spellcheck.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-14Fix overeager spelling corrections (PR c/82967)David Malcolm1-34/+197
2018-06-12spellcheck: support transpositions aka Damerau-Levenshtein (PR other/69968)David Malcolm1-55/+88
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-02-13* spellcheck.c (test_data): Add , in between "foo" and "food".Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-29spellcheck bugfixes: don't offer the goal string as a suggestionDavid Malcolm1-0/+5
2016-06-30Offer suggestions for misspelled --param names.David Malcolm1-18/+0
2016-06-15spellcheck.h: add best_match template; implement early-rejectDavid Malcolm1-21/+21
2016-06-15Add more spellcheck selftestsDavid Malcolm1-0/+65
2016-06-07spellcheck.c: add test_find_closest_stringDavid Malcolm1-0/+23
2016-06-06Selftest frameworkDavid Malcolm1-0/+58
2016-02-12PR driver/69265 and 69453: improved suggestions for various misspelled optionsDavid Malcolm1-0/+46
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13PR driver/67613 - spell suggestions for misspelled command line optionsDavid Malcolm1-18/+3
2015-11-13Implement Levenshtein distance; use in C FE for misspelled field namesDavid Malcolm1-0/+136