summaryrefslogtreecommitdiffstats
path: root/test/FixIt/typo.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Migrate test from grep to -fdiagnostics-parseable-fixitsDmitri Gribenko2013-01-251-1/+9
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Improve diagnostics for typo correction via Sema::ClassifyName(), byDouglas Gregor2011-04-271-2/+2
* Implement a new identifier-classification scheme where SemaDouglas Gregor2011-04-241-0/+12
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-1/+3
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-2/+3
* Fix typo test RUN linesDouglas Gregor2010-01-011-1/+1
* Typo correction for C99 designated field initializers, e.g.,Douglas Gregor2010-01-011-0/+22