aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/TypoCorrection.h
AgeCommit message (Expand)Author
2019-03-25[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...Bruno Ricci
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-06Fix typos in clangAlexander Kornienko
2018-02-22[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko
2016-11-16[Frontend] Allow attaching an external sema source to compiler instance and e...Benjamin Kramer
2015-12-29Teach typo correction to properly handle mapping declarations to theirRichard Smith
2015-10-20Roll-back r250822.Angel Garcia Gomez
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-02-15Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman
2014-11-20Correctly set the SourceRange a TypoCorrection will replace.Kaelyn Takata
2014-10-27Add a callback for recovering using a typo correction.Kaelyn Takata
2014-10-27Add simple way for a CorrectionCandidateCallback to reject exactKaelyn Takata
2014-07-28Add another keyword-selection flag to CorrectionCandidateCallback.Kaelyn Takata
2014-06-23Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky
2014-05-06[C++11] Use 'nullptr'Craig Topper
2014-04-04Try harder about not suggesting methods as corrections when theyKaelyn Takata
2014-03-12[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-02-28Don't suggest non-static methods as corrections when they obviouslyKaelyn Uhrain
2013-09-26Teach typo correction to look inside of classes like it does namespaces.Kaelyn Uhrain
2013-08-20During typo correction, check for an exact match in an unimported module. If weRichard Smith
2013-08-17Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith
2013-07-08Make a couple of useful typo correction callbacks more widely available.Kaelyn Uhrain
2013-07-04Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper
2013-07-02Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain
2013-05-15Use only explicit bool conversion operatorDavid Blaikie
2013-05-07When typo correction produces an overloaded result when looking up a member,Nick Lewycky
2013-04-03Give the default CorrectionCandidateCallback::ValidateCandidate someKaelyn Uhrain
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-12Add missing includes and forward declarations so that headers don't depend onDmitri Gribenko
2012-10-12Fix typo correction of one qualified name to another.David Blaikie
2012-04-03Replace the workaround from r153445 with a proper fix.Kaelyn Uhrain
2012-03-26When diagnosing an invalid out-of-line redeclaration, don't permitDouglas Gregor
2012-02-14Use several weighted factors to determine typo candidate viablity.Kaelyn Uhrain
2012-01-25Add custom callback object for typo correction in BuildRecoveryCallExpr.Kaelyn Uhrain
2012-01-13Fix up the calls to CorrectTypo in Sema*ObjC.cpp to use callbackKaelyn Uhrain
2012-01-11Appease -Wnon-virtual-dtorMatt Beaumont-Gay
2012-01-11Add initial callback object support to Sema::CorrectTypo.Kaelyn Uhrain
2011-09-14Plug an abstraction leak and fix a crasher in DiagnoseInvalidRedeclarationKaelyn Uhrain
2011-08-03Improve overloaded function handling in the typo correction code.Kaelyn Uhrain
2011-06-28Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor