[cfe-dev] examples of using clang's VFS layer

Maurizio Vitale via cfe-dev cfe-dev at lists.llvm.org
Thu Jun 30 12:49:59 PDT 2016


Is there any published paper/tech report/talk about how virtual file
systems are intended to be used in CLANG?

As far as I understand it, presently there're a number of implementations
in the code base including one that gets a mapping virtual->physical from a
json file. Assuming one wanted to take unmodified files from some server
that caches the version control system, is the intention to point some of
the mappings to a fuse file system that handle caching/communication w/ the
VCS?

Or are people writing their own implementation of the abstract file system
that does whatever they need and merge it with any new clang release
they're interested in?

Thanks,

  Maurizio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160630/abfd823e/attachment.html>


More information about the cfe-dev mailing list