================
@@ -7,7 +7,10 @@
 
//===----------------------------------------------------------------------===//
 //
 /// \file
-/// Defines the virtual file system interface vfs::FileSystem.
+/// Provides abstract filesystem APIs to decouple from OS-level file access.
+///
+/// This allows replacing access to physical files on disk by in-memory data,
+/// for testing or other purposes.
----------------
aganea wrote:

for testing, **caching** or other purposes.

https://github.com/llvm/llvm-project/pull/109795
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to