================ @@ -302,6 +305,17 @@ class RealFileSystem : public FileSystem { return Storage; } + ErrorOr<std::unique_ptr<File>> openFileForRead(const Twine &Name, ---------------- perry-ca wrote:
np. I was misreading the diff. I didn't see it was a private member function. It looked like a file scope function. I was thinking file scope static, not static member. https://github.com/llvm/llvm-project/pull/111723 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits