This means file remappings can now be managed by ClangTool (or a
ToolInvocation user) instead of by ToolInvocation itself. The
ToolInvocation remapping is still in place so users can migrate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- Don't rebuild VFS for every compile command
- Still have to guard against multiple runs of one Tool, ClangToolTest.ArgumentAdjusters does that.