summaryrefslogtreecommitdiff
path: root/include/clang/Tooling/Execution.h
Commit message (Expand)AuthorAgeFilesLines
* Removed ToolExecutor::isSingleProcess, it is not used by anythingDmitri Gribenko2019-08-141-7/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Tooling] Expose ExecutorName option.Eric Liu2018-10-121-0/+2
* [Tooling] Add a isSingleProcess() helper to ToolExecutorIlya Biryukov2018-08-241-0/+7
* [Tooling] Use UniqueStringSaver. NFCSam McCall2018-07-231-3/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-15/+15
* [Tooling] Optimize memory usage in InMemoryToolResults.Haojian Wu2018-04-111-3/+14
* [Tooling] Put createExecutorFromCommandLineArgs implementation in a wrapper. NFCEric Liu2017-11-031-0/+7
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-261-0/+168