summaryrefslogtreecommitdiff
path: root/test/FixIt/typo.c
Commit message (Collapse)AuthorAgeFilesLines
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-1/+3
| | | | | | | files with the additional suffix in the middle. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102230 91177308-0d34-0410-b5e6-96231b3b80d8
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-2/+3
| | | | | | | | pointing to the declaration that we found that has that name (if it is unique). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92877 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typo test RUN linesDouglas Gregor2010-01-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92396 91177308-0d34-0410-b5e6-96231b3b80d8
* Typo correction for C99 designated field initializers, e.g.,Douglas Gregor2010-01-011-0/+22
test/FixIt/typo.c:19:4: error: field designator 'bunds' does not refer to any field in type 'struct Window'; did you mean 'bounds'? .bunds. ^~~~~ bounds git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92376 91177308-0d34-0410-b5e6-96231b3b80d8