summaryrefslogtreecommitdiff
path: root/lib/Tooling/AllTUsExecution.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [Tooling] Expose ExecutorConcurrency option.Diego Astiazaran2019-08-071-1/+1
* [Tooling] Avoid working-dir races in AllTUsToolExecutorIlya Biryukov2019-03-221-14/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Tooling] Correct the total number of files being processed when `filter` is ...Haojian Wu2018-11-051-4/+6
* [Tooling] Add "-filter" option to AllTUsExecutionHaojian Wu2018-11-051-1/+11
* [Tooling] Wait for all threads to finish before resetting CWD.Eric Liu2018-09-121-0/+2
* [Tooling] Restore working dir in ClangTool.Ilya Biryukov2018-09-111-1/+13
* [Tooling] Optimize memory usage in InMemoryToolResults.Haojian Wu2018-04-111-1/+2
* [Tooling] Don't deduplicate tool results in the All-TUs executor.Eric Liu2018-01-171-11/+6
* Add a tool executor that runs actions on all TUs in the compilation database.Eric Liu2018-01-051-0/+165