summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/ExecutionTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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