aboutsummaryrefslogtreecommitdiff
path: root/gcc/spellcheck.c
AgeCommit message (Expand)AuthorFilesLines
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