[PATCH] D45094: [LibTooling] Make interface of VFS injection into ClangTool more user-friendly

Whisperity via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 5 13:03:08 PDT 2018


whisperity updated this revision to Diff 141204.
whisperity added a comment.

- Use an even more explicit way with the documentation requiring that the file system should be an overlay.
- Add a method to easily overlay a `FileSystem` above the real one.


Repository:
  rC Clang

https://reviews.llvm.org/D45094

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45094.141204.patch
Type: text/x-patch
Size: 6313 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180405/286e949c/attachment.bin>


More information about the cfe-commits mailing list