Open
Description
Clang permits a bulk mode where a number of source files are provided to the frontend to compile and link as a single invocation. This requires spinning up a new frontend per source file. We currently create a single tool instance which is equivalent to a single invocation.
Reported by @jvstech!