Age | Commit message (Expand) | Author | Files | Lines |
2016-06-30 | Offer suggestions for misspelled --param names. | David Malcolm | 1 | -0/+18 |
2016-06-22 | C FE: suggest corrections for misspelled identifiers and type names | David Malcolm | 1 | -2/+20 |
2016-06-15 | spellcheck.h: add best_match template; implement early-reject | David Malcolm | 1 | -5/+105 |
2016-02-12 | PR driver/69265 and 69453: improved suggestions for various misspelled options | David Malcolm | 1 | -0/+4 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-20 | C++ FE: offer suggestions for misspelled field names | David Malcolm | 1 | -0/+6 |
2015-11-13 | PR driver/67613 - spell suggestions for misspelled command line options | David Malcolm | 1 | -0/+4 |
2015-11-13 | Implement Levenshtein distance; use in C FE for misspelled field names | David Malcolm | 1 | -0/+32 |