summaryrefslogtreecommitdiffstats
path: root/test/Sema/typo-correction.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Fix typos handling in an overloadable call.Anastasia Stulova2017-05-081-0/+7
* [Parser] Fix bug where delayed typo in conditional expression was corrected t...Erik Pilkington2016-07-291-0/+15
* [Parser] Only correct delayed typos when neededErik Pilkington2016-06-131-0/+8
* Correct more typos in conditional expressionsDavid Majnemer2016-02-171-0/+2
* Fix crash with two typos in the arguments of a functionOlivier Goffart2015-08-201-0/+6
* Make the typo resolution in r240441 apply to all function calls.Kaelyn Takata2015-06-231-0/+5
* Ensure delayed typos have been corrected in calls to builtins beforeKaelyn Takata2015-06-231-0/+4
* Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.Kaelyn Takata2015-05-011-0/+6
* Correct typos in C11 generic-selection expressions.Kaelyn Takata2015-03-191-0/+6
* Properly handle typos in the conditional of ?: expressions in C.Kaelyn Takata2015-01-271-0/+5
* Fix test from my previous commitOlivier Goffart2015-01-091-2/+2
* Fix crash in typo correction while correcting enum within a struct in COlivier Goffart2015-01-091-0/+11
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-071-0/+3
* Force the correction of delayed typos in casts in non-C++ code.Kaelyn Takata2014-11-241-0/+5
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-0/+6