Dmitri Gribenko
|
114b767590
Changed FrontendActionFactory::create to return a std::unique_ptr
|
6 年之前 |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 年之前 |
Dmitri Gribenko
|
6ce5fbda5c
Removed ToolExecutor::isSingleProcess, it is not used by anything
|
6 年之前 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 年之前 |
Haojian Wu
|
0904be59ee
[Tooling] Add "-filter" option to AllTUsExecution
|
6 年之前 |
Ilya Biryukov
|
8d110b092d
[Tooling] Add a isSingleProcess() helper to ToolExecutor
|
7 年之前 |
Roman Lebedev
|
b2349051ab
Revert "[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>"
|
7 年之前 |
Roman Lebedev
|
9438256f7d
[Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>
|
7 年之前 |
Eric Liu
|
b45d7017a7
[Tooling] Test more APIs of ToolExecutor. NFC.
|
7 年之前 |
Eric Liu
|
1f874ca3c3
Add a tool executor that runs actions on all TUs in the compilation database.
|
7 年之前 |
Eric Liu
|
8d0d13752e
[Tooling] Test internal::createExecutorFromCommandLineArgsImpl instead of the wrapper.
|
7 年之前 |
Eric Liu
|
5e73ee6e4f
[Tooling] Fix linking of StandaloneToolExecutorPlugin.
|
7 年之前 |
Eric Liu
|
8084ad7fc6
Try to fix warnings and windows test failures caused by r316653
|
7 年之前 |
Eric Liu
|
e7a10639e3
[Tooling] A new framework for executing clang frontend actions.
|
7 年之前 |