summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/typo-correction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-191-2/+3
* Revert "[Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint ...Hans Wennborg2020-03-181-3/+2
* [Concepts] Fix incorrect control flow when TryAnnotateTypeConstraint annotate...Saar Raz2020-03-171-2/+3
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-1/+1
* When typo-correcting a function name, consider correcting to a type nameRichard Smith2019-05-091-8/+8
* [Parser] Avoid correcting delayed typos in array subscript multiple times.Volodymyr Sapsai2019-05-011-1/+1
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-1/+1
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-1/+1
* Improve diagnosis of unknown template name.Richard Smith2017-05-101-4/+7
* [Sema] Avoid an invalid redefinition error that was presented forAlex Lorenz2017-04-281-0/+27
* Correct typos after acting on invalid subscript expressionsDavid Majnemer2016-02-191-0/+9
* [Parse] Make sure we don't forget to diagnose typos in exprsDavid Majnemer2016-02-181-0/+5
* Correct more typos in conditional expressionsDavid Majnemer2016-02-171-0/+2
* Teach typo correction to properly handle mapping declarations to theirRichard Smith2015-12-291-1/+8
* Don't correct non-class using declarations to class members.Kaelyn Takata2015-09-301-0/+16
* [lex] Provide a valid token when __has_include is found outside of a pp direc...Benjamin Kramer2015-03-291-0/+6
* 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
OpenPOWER on IntegriCloud