[PATCH] D52753: [tooling] Create executor by name

2018-10-04 Thread Eric Liu via Phabricator via cfe-commits
ioeric added a comment. > This is useful in the case where the calling tool always wants to use a > particular non-default implementation (e.g. the tool should always be run > with the all-TUs executor) Any reason not to use the constructor of `AllTUsToolExecutor` directly? There is one that t

[PATCH] D52753: [tooling] Create executor by name

2018-10-01 Thread Julie Hockett via Phabricator via cfe-commits
juliehockett created this revision. juliehockett added a reviewer: ioeric. juliehockett added a project: clang. Allow creation of a ToolExecutor given a name and a set of parsed options. This is useful in the case where the calling tool always wants to use a particular non-default implementation