summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/typo-correction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-14/+349
* Parse: Don't reorder tokens using ConsumeTokenDavid Majnemer2014-12-151-0/+5
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-3/+4
* Wire up LookupMemberExpr to use the new TypoExpr.Kaelyn Takata2014-10-271-5/+5
* Move TypoCorrection filtering into the TypoCorrectionConsumer and make it inc...Kaelyn Takata2014-06-111-9/+0
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-111-2/+2
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-1/+1
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-1/+1
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-1/+1
* Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.Kaelyn Uhrain2013-10-191-4/+8
* Avoid the hard-coded limit on the number of typo corrections attempted.Kaelyn Uhrain2013-09-271-33/+6
* Attempt typo correction for function calls with the wrong number of arguments.Kaelyn Uhrain2013-07-081-0/+11
* Look for corrections in enclosing namespaces that require a global NestedName...Kaelyn Uhrain2013-07-021-0/+12
* When typo correction produces an overloaded result when looking up a member,Nick Lewycky2013-05-071-1/+43
* Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain2013-04-031-0/+10
* When adding a NamedDecl to a correction, add the underlying Decl (viaKaelyn Uhrain2012-11-191-0/+14
* Better diagnostics for range-based for loops with bad range types.Sam Panzer2012-08-211-1/+1
* PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers andRichard Smith2012-08-181-4/+6
* In Sema::ClassifyName, try to avoid nonsensical corrections toKaelyn Uhrain2012-06-291-0/+7
* Perform typo correction for base class specifiers.Kaelyn Uhrain2012-06-221-0/+8
* PR13051: Only suggest the 'template' and 'operator' keywords when performingRichard Smith2012-06-081-0/+13
* Don't allow multiple correction candidates that have the same identifierKaelyn Uhrain2012-06-011-0/+9
* Don't use the implicit int rule for error recovery in C++. Instead, try toRichard Smith2012-05-151-0/+7
* Remove more redundant lookups. Add a new "all_lookups_iterator" which providesNick Lewycky2012-04-031-0/+7
* Fix typo correction of template arguments to once again allow type names.Kaelyn Uhrain2012-02-221-0/+16
* Avoid infinite mutual recursion in DiagnoseInvalidRedeclaration.Kaelyn Uhrain2012-02-161-0/+10
* Allow typo correction to be disabled in BuildOverloadedCallExpr variant.Kaelyn Uhrain2012-01-251-0/+8
* Avoid correcting unknown identifiers to types where types aren't allowed.Kaelyn Uhrain2012-01-251-0/+12
* Add custom callback object for typo correction in BuildRecoveryCallExpr.Kaelyn Uhrain2012-01-251-0/+24
* In CorrectTypo, use the cached correction as a starting point instead.Kaelyn Uhrain2012-01-231-2/+17
* Convert SemaDecl.cpp to pass callback objects to CorrectTypo.Kaelyn Uhrain2012-01-181-2/+20
* Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo.Kaelyn Uhrain2012-01-131-1/+10
* Convert SemaExprMember.cpp to pass a callback object to CorrectTypo,Kaelyn Uhrain2012-01-131-1/+5
* Convert SemaCXXScopeSpec.cpp to pass a callback object to CorrectTypo,Kaelyn Uhrain2012-01-121-0/+8
* Convert SemaInit.cpp to pass a callback object to CorrectTypo.Kaelyn Uhrain2012-01-121-0/+12
* Fix the caching in CorrectTypo so that other non-keyword identifiersKaelyn Uhrain2012-01-111-0/+7
* Add initial callback object support to Sema::CorrectTypo.Kaelyn Uhrain2012-01-111-0/+11
* Switch to the C++11 warning flags in tests. David Blaikie2011-10-181-1/+1
* Add an explanatory comment to test/SemaCXX/typo-correction.cppKaelyn Uhrain2011-10-111-2/+8
* Add typo correction for type names.Kaelyn Uhrain2011-10-111-0/+25
OpenPOWER on IntegriCloud