Used in clangd's symbol builder to optimize for the common
shared-memory executor case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D51164
[Tooling] Add a isSingleProcess() helper to ToolExecutor ClosedPublic Authored by ilya-biryukov on Aug 23 2018, 7:45 AM.
Details Summary Used in clangd's symbol builder to optimize for the common
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2018, 7:48 AM Closed by commit rC340599: [Tooling] Add a isSingleProcess() helper to ToolExecutor (authored by ibiryukov). · Explain WhyAug 24 2018, 2:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162345 include/clang/Tooling/AllTUsExecution.h
include/clang/Tooling/Execution.h
include/clang/Tooling/StandaloneExecution.h
unittests/Tooling/ExecutionTest.cpp
|