[PATCH] D51164: [Tooling] Add a isSingleProcess() helper to ToolExecutor

2018-08-24 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC340599: [Tooling] Add a isSingleProcess() helper to ToolExecutor (authored by ibiryukov, committed by ). Changed prior to commit: https://reviews.llvm.org/D51164?vs=162182&id=162345#toc Repository: r

[PATCH] D51164: [Tooling] Add a isSingleProcess() helper to ToolExecutor

2018-08-23 Thread Eric Liu via Phabricator via cfe-commits
ioeric accepted this revision. ioeric added a comment. This revision is now accepted and ready to land. lgtm Repository: rC Clang https://reviews.llvm.org/D51164 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bi

[PATCH] D51164: [Tooling] Add a isSingleProcess() helper to ToolExecutor

2018-08-23 Thread Ilya Biryukov via Phabricator via cfe-commits
ilya-biryukov created this revision. ilya-biryukov added a reviewer: ioeric. Herald added a subscriber: kadircet. Used in clangd's symbol builder to optimize for the common shared-memory executor case. Repository: rC Clang https://reviews.llvm.org/D51164 Files: include/clang/Tooling/AllTUs