summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ExternalASTSourceTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-1/+0
* [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
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-2/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+2
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-2/+2
* [NFC] Header cleanupMehdi Amini2016-07-181-0/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-5/+5
* Update for LLVM api change.Rafael Espindola2014-08-271-1/+1
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-3/+3
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+3
* Fix use of uninitialized variable in ExternalASTSourceTest.cpp (introduced in...David Blaikie2014-03-111-1/+1
* Add a unittest for the ExternalASTSource.Richard Smith2014-03-111-0/+83
OpenPOWER on IntegriCloud