================
@@ -223,7 +223,11 @@ buildASTFromCode(StringRef Code, StringRef FileName = 
"input.cc",
 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
 /// clang modules.
 ///
-/// \param Adjuster A function to filter the command line arguments as 
specified.
+/// \param Adjuster A function to filter the command line arguments as
+/// specified.
+///
+/// \param FileSystem FileSystem for managing and looking up files.
----------------
kadircet wrote:

can we refer to this as `BaseFS` instead and mention that `VirtualMappedFiles` 
will take precedence over contents in `BaseFS`?

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

Reply via email to