summaryrefslogtreecommitdiff
path: root/unittests/Sema/ExternalSemaSourceTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Tooling] Migrated APIs that take ownership of objects to unique_ptrDmitri Gribenko2019-08-301-18/+12
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-12/+18
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-18/+12
* [Sema] Allow an external sema source to handle delayed typo corrections.Benjamin Kramer2016-05-191-21/+80
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-16/+15
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-1/+1
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-2/+2
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-2/+2
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-8/+8
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-6/+6
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-5/+5
* Add hooks to ExternalSemaSource for after-the-fact diagnosis ofKaelyn Uhrain2013-08-121-0/+52
* Forgot to add unittests/Sema/ before committing r188196 :(Kaelyn Uhrain2013-08-121-0/+214