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

Manuel Klimek via cfe-dev cfe-dev at lists.llvm.org
Fri Jul 15 06:43:34 PDT 2016


+benjamin

On Thu, Jun 30, 2016 at 9:50 PM Maurizio Vitale via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> 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
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160715/6b77f5a8/attachment.html>


More information about the cfe-dev mailing list