summaryrefslogtreecommitdiff
path: root/test/SemaCXX/typo-correction-pt2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-358/+0
* Fix two small bugs in typo correction. One assertion failure building member ...Nick Lewycky2014-12-131-0/+24
* Filter out non-static class members when correcting non-member-references.Kaelyn Takata2014-11-051-0/+13
* Wire up LookupMemberExpr to use the new TypoExpr.Kaelyn Takata2014-10-271-1/+1
* Be smarter when parsing variable declarations with unknown types.Kaelyn Takata2014-10-141-0/+10
* Add another keyword-selection flag to CorrectionCandidateCallback.Kaelyn Takata2014-07-281-0/+9
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-231-0/+13
* Move TypoCorrection filtering into the TypoCorrectionConsumer and make it inc...Kaelyn Takata2014-06-111-0/+9
* Try harder about not suggesting methods as corrections when theyKaelyn Takata2014-04-041-0/+22
* Be a bit smarter about what nested name qualifiers to allow whenKaelyn Uhrain2014-03-211-0/+13
* Don't suggest non-static methods as corrections when they obviouslyKaelyn Uhrain2014-02-281-0/+9
* Enable correcting a member declaration where the type is class template,Kaelyn Uhrain2014-02-131-0/+11
* PR18685: Ignore class template specializations as potentialKaelyn Uhrain2014-02-091-0/+16
* Don't consider records with a NULL identifier as a name for typo correction.Kaelyn Uhrain2014-02-051-0/+8
* Make Sema::BuildCXXNestedNameSpecifier correctly clear the previousKaelyn Uhrain2013-12-161-0/+18
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-8/+8
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-8/+8
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-8/+8
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-0/+13
* Do not use typo correction that is unaccessible.Serge Pavlov2013-10-141-0/+17
* Fix a typo suggestion regression introduced by r191544.Kaelyn Uhrain2013-10-011-0/+7
* Fix typo correction usage of SemaAccess.cpp.Eli Friedman2013-10-011-0/+9
* Don't suggest namespaces if the next token is a '.'Kaelyn Uhrain2013-09-271-0/+7
* Don't give suggest things like function names on the left side of "=".Kaelyn Uhrain2013-09-271-0/+5
* Avoid the hard-coded limit on the number of typo corrections attempted.Kaelyn Uhrain2013-09-271-0/+31
* Fix error recovery when a return type correction includes a new name specifier.Kaelyn Uhrain2013-09-261-3/+1
* Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain2013-09-261-0/+61
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-4/+4
* Fix a crasher than manifests when typo correction suggests a function template.Richard Trieu2013-07-311-0/+19
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-081-0/+16