[PATCH] D13430: [VFS] Add an in-memory file system implementation.
Manuel Klimek via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 5 06:51:45 PDT 2015
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg
================
Comment at: lib/Basic/VirtualFileSystem.cpp:1263-1265
@@ -957,5 +1262,5 @@
if (!F->useExternalName(UseExternalNames)) {
// Provide a file wrapper that returns the external name when asked.
class NamedFileAdaptor : public File {
std::unique_ptr<File> InnerFile;
----------------
Optional: I'd put this into an anonymous namespace. But I'm also fine with waiting how others think about this :)
http://reviews.llvm.org/D13430
More information about the cfe-commits
mailing list