[PATCH] D13474: [VFS] Port tooling to use the in-memory file system.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 6 07:55:33 PDT 2015


bkramer created this revision.
bkramer added a reviewer: klimek.
bkramer added a subscriber: cfe-commits.
Herald added a subscriber: klimek.

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.

http://reviews.llvm.org/D13474

Files:
  include/clang/Tooling/Tooling.h
  lib/Tooling/Tooling.cpp
  unittests/Tooling/ToolingTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13474.36625.patch
Type: text/x-patch
Size: 10880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151006/631f5726/attachment-0001.bin>


More information about the cfe-commits mailing list