[clang] [llvm] [clang] Add/enhance documentation for some important classes. (PR #109795)

Alexandre Ganea via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 06:27:16 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list