summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Sema/ExternalSemaSourceTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud