Support bulk source processing mode
Open
enhancement
good first issue
help wanted
- Dominant language
- C++
- Stars
- 8
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.