summaryrefslogtreecommitdiff
path: root/test/FixIt/typo.c
AgeCommit message (Expand)Author
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2013-01-25Migrate test from grep to -fdiagnostics-parseable-fixitsDmitri Gribenko
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-04-27Improve diagnostics for typo correction via Sema::ClassifyName(), byDouglas Gregor
2011-04-24Implement a new identifier-classification scheme where SemaDouglas Gregor
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2010-01-07Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor
2010-01-01Fix typo test RUN linesDouglas Gregor
2010-01-01Typo correction for C99 designated field initializers, e.g.,Douglas Gregor