summaryrefslogtreecommitdiff
path: root/test/Sema/typo-correction.c
AgeCommit message (Expand)Author
2017-05-08[Sema] Fix typos handling in an overloadable call.Anastasia Stulova
2016-07-29[Parser] Fix bug where delayed typo in conditional expression was corrected t...Erik Pilkington
2016-06-13[Parser] Only correct delayed typos when neededErik Pilkington
2016-02-17Correct more typos in conditional expressionsDavid Majnemer
2015-08-20Fix crash with two typos in the arguments of a functionOlivier Goffart
2015-06-23Make the typo resolution in r240441 apply to all function calls.Kaelyn Takata
2015-06-23Ensure delayed typos have been corrected in calls to builtins beforeKaelyn Takata
2015-05-01Eagerly correct typos in ParenExprs that may be type casts for non-C++ code.Kaelyn Takata
2015-03-19Correct typos in C11 generic-selection expressions.Kaelyn Takata
2015-01-27Properly handle typos in the conditional of ?: expressions in C.Kaelyn Takata
2015-01-09Fix test from my previous commitOlivier Goffart
2015-01-09Fix crash in typo correction while correcting enum within a struct in COlivier Goffart
2015-01-07Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata
2014-11-24Force the correction of delayed typos in casts in non-C++ code.Kaelyn Takata
2014-11-21Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata