summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/ExecutionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-1/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Removed ToolExecutor::isSingleProcess, it is not used by anythingDmitri Gribenko2019-08-141-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Tooling] Add "-filter" option to AllTUsExecutionHaojian Wu2018-11-051-2/+5
* [Tooling] Add a isSingleProcess() helper to ToolExecutorIlya Biryukov2018-08-241-0/+2
* Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-3/+1
* [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-1/+3
* [Tooling] Test more APIs of ToolExecutor. NFC.Eric Liu2018-01-261-3/+8
* Add a tool executor that runs actions on all TUs in the compilation database.Eric Liu2018-01-051-1/+68
* [Tooling] Test internal::createExecutorFromCommandLineArgsImpl instead of the...Eric Liu2017-11-061-8/+8
* [Tooling] Fix linking of StandaloneToolExecutorPlugin.Eric Liu2017-11-031-7/+0
* Try to fix warnings and windows test failures caused by r316653Eric Liu2017-10-261-9/+9
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-261-0/+228
OpenPOWER on IntegriCloud