summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/typo-correction-delayed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r301487: Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-6/+1
* Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-1/+6
* [Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li2015-12-101-2/+6
* Diagnose delayed typos when parsing a postfix expression with anKaelyn Takata2015-05-021-0/+6
* Also correct typos in the middle of a ternary expression when the RHS is inva...Kaelyn Takata2015-05-011-0/+5
* Diagnose delayed typos in an expr list that is in an invalid expression.Kaelyn Takata2015-03-271-0/+5
* Revert a change from r222797 that is no longer needed and can causeKaelyn Takata2015-01-281-0/+8
* Fix a think-o in handling ambiguous corrections for a TypoExpr.Kaelyn Takata2015-01-271-0/+10
* Correct all typos in the initialization arguments, even if one could notKaelyn Takata2015-01-211-0/+8
* Fix a case where delayed typo correction should have resolved anKaelyn Takata2015-01-161-0/+10
* Handle OpaqueValueExprs more intelligently in the TransformTypos treeKaelyn Takata2015-01-071-0/+5
* Correct delayed typos in the operand to typeof expressions.Kaelyn Takata2014-12-191-0/+5
* Try typo correction on all initialization arguments and be lessKaelyn Takata2014-12-161-0/+4
* Look at whether TransformTypos returned a different Expr instead of looking a...Nick Lewycky2014-12-161-0/+13
* Implement feedback on r224172 in PR21899Reid Kleckner2014-12-131-14/+5
* Typo correction: Ignore temporary binding exprs after overload resolutionReid Kleckner2014-12-131-0/+20
* Handle possible TypoExprs in member initializers.Kaelyn Takata2014-12-081-0/+7
* Handle delayed corrections in a couple more error paths in ParsePostfixExpres...Kaelyn Takata2014-12-031-0/+6
* Ensure typos in the default values of template parameters get diagnosed.Kaelyn Takata2014-12-021-0/+4
* Ensure that any TypoExprs in the arguments to bultins with custom typeKaelyn Takata2014-11-251-0/+9
* Properly correct initializer expressions based on whether they would be valid.Kaelyn Takata2014-11-211-0/+34
* Use the full-Expr filter to disambiguate equidistant correctionKaelyn Takata2014-11-211-0/+11
* Ensure all TypoExprs are diagnosed by the tree transform.Kaelyn Takata2014-11-201-0/+6
* Wire up LookupMemberExpr to use the new TypoExpr.Kaelyn Takata2014-10-271-0/+44