This is an archive of the discontinued LLVM Phabricator instance.

[VFS] Add a proxy FS that delegates calls to underlying FS by default.
ClosedPublic

Authored by ioeric on Sep 25 2018, 6:15 AM.

Diff Detail

Repository
rC Clang

Event Timeline

ioeric created this revision.Sep 25 2018, 6:15 AM
ioeric updated this revision to Diff 166865.Sep 25 2018, 6:21 AM
  • Add an interface for getting the underlying FS from derived classes.
ioeric updated this revision to Diff 166866.Sep 25 2018, 6:23 AM
  • Make constructor explicit.
sammccall accepted this revision.Sep 25 2018, 6:48 AM
sammccall added inline comments.
include/clang/Basic/VirtualFileSystem.h
346

(nit: drop "virtual" when you have override)

This revision is now accepted and ready to land.Sep 25 2018, 6:48 AM
ioeric updated this revision to Diff 166879.Sep 25 2018, 7:01 AM
  • remove virtual
This revision was automatically updated to reflect the committed changes.