[PATCH] D132867: [Clang] Use virtual FS in processing config files

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 7 07:42:05 PDT 2022


sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: clang/docs/ReleaseNotes.rst:87-88
   `Issue 57387 <https://github.com/llvm/llvm-project/issues/57387>`_.
+- Fix clang not properly handling configuration files if virtual file system
+  other than RealFS is used.
 
----------------
Because this is changing behavior that people might be relying on, I think it's important to call out precisely what the change is. Suggested a tweak.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132867/new/

https://reviews.llvm.org/D132867



More information about the cfe-commits mailing list